Re: How to get/set a session token



Hello,

Session ID or key is generally referred as the session token. It is
automatically created and set by the ASP.NET runtime. You access it using
Session.SessionID property.

HTH

"CodeRazor" <CodeRazor@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6D918A81-4D2D-4AC6-9A5D-30080AEAAA70@xxxxxxxxxxxxxxxx
Hi,

How can you retrieve a session token? or is a session token something that
you set yourself?

How can you check for the existance of a session token?

Is a session token the same thing as a session key?

Many thanks,
CR


.



Relevant Pages