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
Danish Habib
NA
694
243.5k
session Timeout after 5 minutes
Jan 19 2015 12:41 AM
Dear all i have a problem with session I have set the session time out in my web.config as follows
<sessionState
mode="InProc"
cookieless="true"
timeout="60" />
but after 5 minutes my session timeout if the user did not interact with the application means if the user put the application window idle (minimize and do some other task or even when he is filling the form its quite long form so he may take more than 5 minutes when he fill the form and click the submit button the session time out and he moves to login page)
My application is hosted on the server and I check there the property of Idletimeout set to 5 minutes i have asked from the hosting provider to increase this time they said that you can increase this using session timeout ,please guide me after 5 minutes if not button is click even if the user is filling the textboxes and when click the submit button session timeout
Reply
Answers (
2
)
How to use veriables across the application
Gridview