c# - How to log the user out at timeout event -
the website has forms authentication timeout , session timeout. after timer expires nothing happens, seems working fine. after pressing button requires server response, user gets logged out.
instead user should logged out (or login pop-up should shown) directly when timeout event happens.
can resolved without javascript? 'session_end' won't work because website hosted on multiple servers.
no, wouldn't reasonable implement without javascript.
it achieved minimal javascript. that, mean work on server , javascript initiates check can't see implementing without javascript.
Comments
Post a Comment