J
Jarf
I have and ASP.Net 2.0 application I've set the session state to use
SQL Server and I modified the Timeout setting to be 60 minutes.
However, my session is still expiring in 20 minutes. Looking in the
database this is the value for all sessions. The session settings look
as follows:
<sessionState mode="SQLServer" sqlConnectionString="data
source=servername;User ID=user;Password=password;" timeout="60">
</sessionState>
Is there somewhere else that I need to set the timeout value?
Thanks,
Jeff
SQL Server and I modified the Timeout setting to be 60 minutes.
However, my session is still expiring in 20 minutes. Looking in the
database this is the value for all sessions. The session settings look
as follows:
<sessionState mode="SQLServer" sqlConnectionString="data
source=servername;User ID=user;Password=password;" timeout="60">
</sessionState>
Is there somewhere else that I need to set the timeout value?
Thanks,
Jeff