Session data lost

  • Thread starter Thread starter Aamir Mahmood
  • Start date Start date
A

Aamir Mahmood

hi,
my session is losing data randomly.
when i try to debug the application the console window in VS2003 shows the
following error on random requests.

----------------
An unhandled exception of type 'System.Threading.ThreadAbortException'
occurred in Unknown Module.
Additional information: Thread was being aborted.

The program '[1628] aspnet_wp.exe:
/LM/W3SVC/1/ROOT/Mysite-5-127529082335000000' has exited with code 0 (0x0).

The thread '<No Name>' (0x74c) has exited with code 0 (0x0)
 
that's unrelated to your session loss. how are you manipulating session? you
may be overwriting the values without realizing it

--
Regards,
Alvin Bruney [Microsoft MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://www.lulu.com/owc
 
Back
Top