PDA

View Full Version : Does ASP session variable work off of cookies


dirtwalker
09-05-2002, 03:15 PM
Hi,

I am interested in knowing it the ASP session variable works off of cookies. Is this true?

Thanks

allida77
09-05-2002, 03:34 PM
Yes. It is kind of a "key-value" pair to the server - client. In other languages you can store all session variables server side or in a db. I am not sure if this can be done with ASP.