Session-only cookies is a tutorial in which the author has covered all related topics of cookies. In this tutorial the author has given an introductory note on cookies and swithes to a detailed explanation of sessions based cookies. Users are...
SQLSession is a PHP script based on session on cookies and MySQL database. This script tracks the user by using cookies and prevent malfunctions. It contains core library, database abstraction, static object db interface. Since MySQL is being used...
Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this...
Golden Login Administration is used for secured login. It is written using PHP script and Mysql as database. It protects the pages from the non members using session and cookies. Each members will have an unique username and email, depends upon...
With this hands-on, interactive training course, you won't just learn Perl: you'll use it to create dynamic CGI applications for the Web, e-commerce, and beyond! Created by leading corporate trainers Deitel & Associates, this revolutionary...
CookieStats is NOT 'hit counter'. This script scans the cookies_log generated by Apache to give a list of accessed pages and unique cookies. It does not matter how many times a user hits a page in a session, they get counted only once. But as all...
How to Detect If Cookies Are ON is a web based tutorial in which author deals with how to detect the cookies existance in the visitors computers with the help of session variables. This is an useful tutorials for the programmers and the ASP...
How To Disable Cookies That Are Sent by Active Server Pages is a web based article which concentrates on codes which are involved in disabling cookies which tracks session ID's of site visitors with the help of ASP applications. This article...
Simple Security with ASP is an ASP tutorial through which users can learn more about understanding the level of security, session variables to track the login status, securing the users ASP pages, logging automatically with the help of cookies,...
SQL Session is multi-platform compatible. PHP class for session management with database abstraction based on cookies and MySQL. |