Auto redirect to login after session timeout
I am trying to redirect automatically to my login page after session times out.
I tried to add this code in my Main.Master page (all the other pages are connected to this master page):
I am trying to redirect automatically to my login page after session times out.
I tried to add this code in my Main.Master page (all the other pages are connected to this master page):
i just want to redirect user to Home Page(Default.aspx) when session has been expired in asp.net 3.5.
i just do it with web user control but steel it’s not work perfectly. so i just want to do it with web.config.