|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Use of Session variables in ASP Projects |
From: |
Harlan |
Date: |
2/26/1999 10:42:23 AM |
IP: |
206.222.20.2 |
things you can do.
1) use microsofts cookie monger.. I haven't used it but it allows you to use session variables without the user haveing cookies turned on.
2) say screw it I like session variables, and users need to turn on cookies (thats my method).
3) go from post to get, and find/replace .form/.querystring
4) use hidden fields instead of session variables.
this one isn't really that practiacal for a big project.
5) walk to your nearest post office and open fire (its been a while since anyone has done this one!)
|
Previous Message
Follow Up - Re: Use of Session variables in ASP Projects - Burgess 2/26/1999 1:36:54 PM
|
|
|
|
|
|
|
|
|
|
|
|