Outlook Web Access 2010 – Change Time Out Values

Written by James McDonald

April 10, 2013

Using Outlook Web Access and your session is timing out too soon. This may help

Change the settings as below and if you select when you login to owa using forms based authentication the following options:

–          “This is a public or shared computer” you will have a 5 minute session timeout

–          “This is a private computer” you will have a 60 minute session timeout

set-ItemProperty ‘HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA’ -name PrivateTimeout -value 60 -type dword
set-ItemProperty ‘HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA’ -name PublicTimeout -value 5 -type dword

Where “-value” (5,60) is the time in minutes.

Remember to restart Microsoft Exchange Forms-Based Authentication service ( MSExchangeFBA )

http://technet.microsoft.com/en-us/library/bb124787(v=exchg.141).aspx

http://technet.microsoft.com/en-us/library/bb124819(v=exchg.141).aspx

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Squarespace Image Export

To gain continued access to your Squarespace website images after cancelling your subscription you have several...

MySQL 8.x GRANT ALL STATEMENT

-- CREATE CREATE USER 'tgnrestoreuser'@'localhost' IDENTIFIED BY 'AppleSauceLoveBird2024'; GRANT ALL PRIVILEGES ON...

Exetel Opt-Out of CGNAT

If your port forwards and inbound and/or outbound site-to-site VPN's have failed when switching to Exetel due to their...