If you take a look at this MSDN page:
http://msdn2.microsoft.com/en-us/library/aa479313.aspx
You will see how the image field is deserialized into it's Session components.
-- Peter
http://www.eggheadcafe.com
unBlog:
http://petesbloggerama.blogspot.com
BlogMetaFinder:
http://www.blogmetafinder.com
"Mufasa" wrote:
> 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.
>
>
>