I don't understand. according to MSDN session id sould be LONG but
when I look at the value of Context.Session.SessionID in my asp.net
application I get a 24 chars value
It is a string. You may be mixing it up with SessionId property for other
classes, like System.Diagnostics.Process, where it is an int.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>I don't understand. according to MSDN session id sould be LONG but
> when I look at the value of Context.Session.SessionID in my asp.net
> application I get a 24 chars value