Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Reading the session information that is stored in SQL server.

Reply
Thread Tools

Reading the session information that is stored in SQL server.

 
 
Mufasa
Guest
Posts: n/a
 
      11-08-2007
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.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      11-08-2007
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.
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
Objects stored in session using Sql Server wdudek ASP General 4 02-28-2008 11:17 AM
Application and Session state stored in SQL Server Michael ASP .Net 2 11-26-2005 04:15 AM
reading the session values stored in the database =?Utf-8?B?ZG90bmV0dGVzdGVy?= ASP .Net 2 11-23-2005 04:25 PM
sql server session state stored proc recompilation Jason Collins ASP .Net 5 08-28-2003 02:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57