User-1831556988 posted
Hi
We have an application, which uses SessionState in a MS SQL database. I have noticed a behavior, which causes me to ask the following question:
Let’s say you call Session.Abandon – and when somewhere in e.g. the view/partial view – read information from the session before the of the ASP.NET request. Is the Session when really abandoned at the end of the request – or has the
read of the information cancelled the abandon?