How to "deserialize" session contents??

  • Thread starter Thread starter Sidney Pecul
  • Start date Start date
S

Sidney Pecul

I setup the SessionState (out-of-process in SQLServer). I can query
ASPState..ASPStateTempSessions table. However, "SessionItemShort" content
is serialized.


Is it a way to "deserialize" sessions contents stored in SQL Srv?


I need to now values stored in all sessions at any given time. The best
would be on SQL Server site, or WEB server. I spent two days looking for
help on Microsoft and different User Groups, but could not find one.

Any clue would be very appreciated.

Thank you, very, very match !!!!!!!!!!!

Sidney
 
Just a shot in the dark, but could you use a BinaryFormatter to read the
data into your object. I am assuming this is for debugging purposes?

bill
 
Back
Top