Hi,
I am working on old application.
ASp.NET with VB.NET web forms.
It has windows authentication so when idel timeout happens it comes to Session_end event.
- Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
- ' Fires when the session ends
- End Sub
Response.Redirect and Server.Transfer doesn't work here.
Please let me know any sugegstions.
Thanks,
Tushar

Shweta LodhaPosted Feb 15, 2018, 10:05 PM
Tushar DikshitPosted Feb 23, 2018, 12:03 PM