TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tushar Dikshit
542
2k
473.2k
WebForms Idle timeout how to redirect to page (Windows Auth)
Feb 15 2018 2:46 PM
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
This is fine but, need to redirect user to a different page.
Response.Redirect and Server.Transfer doesn't work here.
Please let me know any sugegstions.
Thanks,
Tushar
Reply
Answers (
2
)
how to zip streams in .net core
Sections must only appear once per config file