|
I needed a way of protecting access to a part of a website without using sessions, cookies, or database. Since this was useful to me I thought it might be for someone else.
Author: N J Kennedy Code: ASP 3.0 & VBScript |
The TzSessions functions maintain state through the use of flat files and unique ids.
No cookies are used.
No database is used.
Only strings can be saved using these functions. No Arrays or Objects. Author: Charlie Killian Code: ASP 3.0 & VBScript |
What happens if a client requires you to create a cookieless ASP application? How can you track the user's session from page to page? I'll show you how, with a couple of simple include files, you can store non-durable data for cookie-less sessions.
Author: Nannette Thacker Code: ASP 3.0 & VBScript |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|