my web.config source
*****************************
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" timeout="1440" cookieless="false" />
How much long will the state server support session state?
How can I set state server timeout value?
I want to the state server support minimum 24 hours and maximum unlimited minitus.
Is it possible?
-------------------------******************************---------------------------------------------
Application Event log
*************************
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1078
Date: 10/6/2005
Time: 11:03:47 AM
User: N/A
Computer:ComputerName
Description:
The state server has closed an expired TCP/IP connection. The IP address of the client is 127.0.0.1. The expired Read operation began at 10/06/2005 11:03:25.
--------------------**********************--------------------------------------------------------
Thanking you.