65.9K
CodeProject is changing. Read more.
Home

Session Expiry when browser window is closed

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.83/5 (5 votes)

Feb 28, 2011

CPOL
viewsIcon

12922

Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH

Following is a one line solution when it is written within Session_End() method of Global.asax file.
Session.Abandon()
HTH