Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Accessing SessionState in Application_Error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Nemisis, post: 2754011"] Sorry i forgot to write what line is causing the error Duh! :) It is on the global.asax file when i am trying to set the value of a session variable. The line is : HttpContext.Current.Session.Add("LastException", Exception) I have even tried to change it so it reads HttpContext.Current.Session("LastException") = Exception but that still doesnt work. I do no that there is a value in Exception, so i am not trying to store a null object. I even tried the following line, and i am still getting the error. HttpContext.Current.Session("HELLO") = "AAA" I would really appreciate any insight to this problem. Cheers [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Accessing SessionState in Application_Error
Top