We have installed the beta 2 and are working on it. Is there a way to increase the beta 2 timeout - it seems to log us off in 5-10 minutes. Or is this an OS issue? We would like it to be about 30 minutes.
Don

Code: Select all
<authentication mode="Forms">
<forms timeout="20" slidingExpiration="true"/>
</authentication>
Code: Select all
<authentication mode="Forms">
<forms timeout="90" slidingExpiration="true"/>
</authentication>