Quote Originally Posted by hpl View Post
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