How to get/set a session token

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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

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
 
Back
Top