Reading the session information that is stored in SQL server.

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

We store session info in a SQL database. I looked at the table the stuff is
being stored in (it's in the tempdb db) and notice that the session info is
stored in an image field. Does anybody know the format of it? I might have a
situation where I am running an external program that may want to look at
that stuff.

TIA - Jeff.
 
Back
Top