Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
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 developer
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 offers s
In this article the author brings out that Cookies are not liked by most as they incorrectly assume that every user is a browser. It brings of the incorrect usage of cookies and teaches the ways to use cookies safely. It states that cookies are one
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 th
SQL Session is multi-platform compatible. PHP class for session management with database abstraction based on cookies and MySQL.
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 article
This is an useful tutorial for the webmasters which helps them to discuss and get idea about session management with COM layer. It also describes that it is completely scaleable as client side support is not dependent on cookies. Step by step resolut
This tutorial teaches you how the session is declared and what are the uses of session and what is session variable. Session management allows to store the variables in the session for every visitor visits your page. This tutorial is helpful for the
Cross-platform JavaScript utility class for creating, reading, / and deleting cookies. Cookies can be either session or persistent. Has ability / to apply unlimited sub-values to a cookie. This allows you to work within the / confines of the 20 cooki |