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
Guruprasad Anvekar
NA
25
9.5k
How to increase session time for login in asp.net
Oct 1 2013 6:20 AM
how to increase the session time for logged in user.?
i knw in return i will get reply as in web.config file to be considered as below.
<authentication mode="Forms">
<forms loginUrl="CS.aspx"
protection="All"
timeout="2880"
name=".USERLOGINCONTROLAUTH"
path="/"
requireSSL="false"
slidingExpiration="true"
defaultUrl="CS.aspx"
cookieless="false"
enableCrossAppRedirects="false"/>
</authentication>
in dis above code highlifghted part tells the timeout n cookieless part.
but still session ends early den expected.
as example : gmail.com , facebook.com, etc where in user logged in session remains for longer time.
i need the same.
do give me proper n best solution for expertise please
Reply
Answers (
8
)
How to add empty headers in datalist
Send Activation code by SMS on mobile in asp.net Website.?