Notify user when session time out in asp.net
What is the best way to show a message to user after session is expired?
By then, the user should be logged out and redirected to start page.
I can use javascript to redirect user to start page. I just want to show a message on start page.