Why does not the SessionId change after Session.Abandon() method is called?

 Posted by Ddd on 3/8/2011 | Category: ASP.NET Interview questions | Views: 4413 | Points: 40
Answer:

It is because of the browser Session that is open till the browser is closed.
The browser Session does not allow the browser cookies to be updated.
The browser cookies store the SessionId.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response