[thelist] [ASP] Any way of doing session variables without cookies?

angello angello at post.cz
Thu Oct 9 09:42:50 CDT 2003


it's two different things
you can handle sessions using cookie, or using pass session id in an 
url. same as in CF
but if you store session variable, it's stored on a server and its name 
correspond to the session ID.
don't know anything about asp.

angello


Chris Johnston wrote:

>As I understand it, whenever I use session variables a SessionID cookie is
>placed on the clients machine. Is there anyway of using Session variables
>without this cookie?
>
>I know in CF you can choose to store the sessionid in the registery and/or
>pass it as a value through GET from page to page. Is there equivalent in
>ASP?
>
>
>  
>





More information about the thelist mailing list