Outlook Web Access (OWA) is a lightweight webmail interface that looks similar to the Microsoft Outlook desktop software.
Included as part of Microsoft Exchange Server, OWA allows users to access email, calendars, task lists, contacts and other types of Outlook content from virtually any web browser with an Internet connection.
Public/shared computer OWA connections time out after 15 minutes by default, while private computer connections stay active for 24 hours.
Both of these values can be altered if you have administrator-level access to the Exchange Server.
- Log into your Exchange Server using the Administrator account.
- Open the Windows Registry Editor.
- Click the Windows Start button, then select “Run.”
- Enter “regedit” (without quotation marks) and click “OK
- Access the Exchange Server registry settings.
- Locate the top-level registry folder labeled “HKEY_LOCAL_MACHINE.”
- Click the arrow next to the folder to expand it.
- Expand the following registry sub-folders beneath HKEY_LOCAL_MACHINE: “System” > “CurrentControlSet” > “Services” > “MSExchangeWeb” > “OWA.”
- Create a new public/shared computer time-out setting.
- Click “Edit” from the menu near the top of the Registry Editor, select “New,” then click “DWORD (32-bit) Value.”
- Type “PublicClientTimeout” and press the “Enter” key.
- Next, right-click the PublicClientTimeout key and select “Modify.”
- Find the box labeled “Base” and select the button labeled “Decimal.”
- Change the “Value data” field to a number between 1 and 43,200, representing the number of minutes the session stays active.
- Click “OK” to confirm the changes.
- Create a new private computer time-out setting.
- Click “Edit” from the menu near the top of the Registry Editor, select “New,” then click “DWORD (32-bit) Value.”
- Type “TrustedClientTimeout” and press the “Enter” key.
- Right-click the TrustedClientTimeout key, then click “Modify.”
- Locate the box labeled “Base” and select the “Decimal” button. Change the “Value data” field to a number between 1 and 43,200, representing the number of minutes the session stays active.
- Click “OK” to confirm the changes.
- Restart Internet Information Services (IIS).
- Click the Windows Start button and select “Run.”
- Type “cmd” and click “OK” to open a command prompt.
- Type “net stop w3svc” and press enter to stop IIS.
- Restart IIS by typing “net start w3svc” and pressing enter.
Your new time-out settings are now in effect.


