Hi,
any ideas how sitecore manages session expiration? we tried using
<authentication mode="Forms">
<forms name=".ASPXAUTH" cookieless="UseCookies" timeout="1" />
</authentication>
<sessionState mode="InProc" cookieless="false" timeout="1"/>
but doesn't seem to be doing anything, so we think sitecore has its own configuration, but we can't find where