Cannot see session stored in the database
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am storing some variables in Session -- which is stored in sql server 2005 DB . Everything is set up for database and i can aslo tables(ASPstateTempSessions & AspStateTempApplications) for session in the ASPStateDB. But i am not able to see the session variables stored in the ASPStateDB tables. All i see is SessionId and some other fields but not my variables and its values. EX. Session["myVariable"] = data; I cannot see myVariable and data being stored in the database. Arent they supposed to be there? However if i use trace i can see all the session variables and their values. Any help is appreciated, Yojimbo