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
244.2k
Session Time out very early
Dec 5 2014 12:22 AM
Dear all I have an application is hosted and its session is time out very early weather I have given much time in web.config below is the code of web.config
<system.web>
<sessionState
mode="InProc"
timeout="120" />
<customErrors mode="Off"/>
<compilation debug="true" targetFramework="4.0">
And below is the code of my logout page
Session.Clear()
Session.Abandon()
LoggedInUserId = 0
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetExpires(DateTime.Now.AddMinutes(60))
Response.Cache.SetNoStore()
Response.Redirect("~/Login.aspx")
Reply
Answers (
2
)
using java script and css hoe to develop the register page ?
validation of viewstate mac failed on hosted app