|
-
Mar 13th, 2010, 06:54 AM
#1
Hyperactive Member
Re: Session timeout
 Originally Posted by hpl
I have just used this:
<authentication mode="Forms" >
<forms loginUrl="default.aspx" protection="All" defaultUrl="index.aspx" timeout="160000"></forms>
</authentication>
after 20 min my normal sessions has timed out
well this is fine but you need make some changes in the session settings too
your session is "InProc" i guess ...try making session Timeout = 30;
if u r page does not expire after 20 mins...increase the timeout of session
which means now u can control timeout
else
we'll figure out somethin else...
we
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|