Hej guys,
I was almost sure I could find a good answer. But could not find anything that would look prommising.
Just wanted to know how to extend logged in user session.
After user authenticates - I want the session to last an hour or more.
I thought that this: http://stackoverflow.com/questions/648992/session-timeout-in-asp-net could have been an answer, but DW has <authentication mode="Windows" />.
Otherwise maybe it's session state timeout I should increase?
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />