To increase the length of time before the Web Management Site will time out a login session, carefully following these instructions:
- Navigate to the PrintUsage installation directory and open the folder marked "Avalon"
- Using a text editor application, open the file "Web.Config"
- BEFORE the section “<httpHeaders>” paste the following string:
<sessionState mode="InProc" cookieless="false" timeout="43200"/>
- Replace 43200 with the length of time you want a session to expire after (minutes)