|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Session variables dont remember their values on some computers |
From: |
Bullschmidt |
Date: |
6/28/2001 12:18:49 AM |
IP: |
64.12.101.177 |
Perhaps check out the following:
Maintaining Persistent Information on the Web from the book Teach Yourself Active Server Pages 3.0 in 21 Days Sample Chapter! by Web masters Scott Mitchell and James Atkinson
http://www.asp101.com/articles/sample_chapters/sams_asp3in21/page1.asp
"When you only need to maintain state for the duration of a user's visit to your site, you have a couple of options. If you only need to save simple data types, a series of cookies will suffice. If more complex data types need to be used, you can store this information through the Session object. (The Session object uses cookies to uniquely identify each visitor to your site. We discuss the inner workings of the Session object later today in "The Session Object.") The drawback to both these methods is that if the user has cookies disabled, your Web site will appear to be stateless."
Best regards,
-Paul
Bullschmidt.com - Web Database Developer
http://www.Bullschmidt.com
Developer Tips Page
http://www.Bullschmidt.com/devtip.asp
|
Previous Message
Follow Up - Re: Session variables dont remember their values on some computers - Harpreet 6/28/2001 5:27:53 AM
|
|

|
|
|
|
|
|
|
|
|
|