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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -