Delete cache when web browser is close.

Posted by Edy Cu on Stack Overflow See other posts from Stack Overflow or by Edy Cu
Published on 2010-10-13T01:39:38Z Indexed on 2010/12/25 17:54 UTC
Read the original article Hit count: 171

Filed under:
|
|

Hi all. I have issue about multiple login in asp.net. Case this happen: User X login as "user1" in web browser. Then user Y also login as "user1" also in another web browser. User Y got error message "Another user log in some account". That is work as expected. If X, close their web browser. Then try again to login in as "user1". X get also get "Another user log in some account". So i trying debug then i found session is remove when web browser is close, but cache still remaining in web browser. Anyone have idea about this how to clear cache when user close their browser, (not tab). Regard.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about session