Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
1 answer
323 views

ASP.NET session crashing only on 1 client's IE 11

I have recently modified a code behind class in an asp.net application to store object in sessions. This pages throws a "null object" exception when trying to access the sessions but only for a ...
Meelfan Bmfp's user avatar
0 votes
1 answer
1k views

Session Variables being remembered after Session.Abandon (IE 11 only)

I have an asp.net session that returns previously saved data after a Session.Abandon and Session.Contents.RemoveAll have been applied. Note: This only happens on a single computer running Windows 7 ...
Wynter's user avatar
  • 73
0 votes
2 answers
1k views

HttpContext.Current.Session is null Privacy settings

If we set on IE11 privacy settings to medium, we succesfully get our value from session, but if we set to "Block All Cookies" - we get null. What can cause it? How to avoid? var x = HttpContext....
user2179088's user avatar