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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top