Open topic with navigation
Extending the user session timeout
We recommend extending the timeout period for the Web Server to keep a user's session open. This ensures that a Chancery SMS system does not close a user session too soon and gives the user time for time-consuming tasks such as entering grades or printing a report.
|
1
|
On the Web Server, in the folder "C:\inetpub\wwwroot\ChancerySMS", open the file "web.config" in Notepad. |
|
2
|
In the authentication section, set timeout to 60 minutes. |
|
=
|
For example: < authentication mode="Forms" >< forms name=".ADUAUTH" loginUrl="User/Login.aspx" timeout="60" protection="All" >< /forms >< /aut
hentication > |
|
3
|
In the sessionstate section, set timeout to 60 minutes. |
|
4
|
For example:
< sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;user id=sa;password=" cookieless="false" timeout="60"/ >
|
|
6
|
In Internet Information Server, adjust the connection timeout: |
|
a
|
On the Web Server, click Start > Settings > Control Panel > Administrative Tools > Internet Services Manager. |
|
b
|
In the left pane of the Internet Information Services program, right-click the Default Web Site and click Properties. |
|
c
|
In the Default Web Site Properties dialog, for Connection Timeout, enter 28800. |
|
7
|
Restart Internet Information Server. |
Pearson
Always Learning
www.pearsonschoolsystems.com
Tel: 866-434-6276
Email: psstechsupp@pearson.com