SessionID's

  • Thread starter Thread starter Coleen
  • Start date Start date
C

Coleen

Dumb question, but I've been poring over Microsoft's help files for two
hours, and cannot find any code examples of how to get the SessionID. I
found all sorts of references, but when I try to get the Session ID, I get
errors. Please let me know where to find an example of how to retrieve a
Session's ID...

Thanks,

Coleen
 
One of those days uh? BT-DT.

Dim MySessionId As String
MySessionId = Session.SessionID
ms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfSystemWebSessionStateHttpS
essionStateClassSessionIDTopic.htm

thx
-jsh
 
Back
Top