Applies to: Exchange Server 2007 SP1, Exchange Server 2007 Topic Last Modified: 2007-03-20
This topic explains how to configure the cookie time-out values for private computers by using forms-based authentication on a Microsoft Outlook Web Access virtual directory in Microsoft Exchange Server 2007. Private computers are also known as trusted computers.
To perform the following procedures, the account you use must be delegated the Exchange Server Administrator role and membership in the local Administrators group for the target server.
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Also, make sure that the Outlook Web Access virtual directory is configured to use forms-based authentication.
On the Exchange Client Access server, log on by using your Exchange administrator account, and then start Registry Editor (regedit).
In Registry Editor, locate the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchange OWA
On the Edit menu, point to New, and then click DWORD Value. In the details pane, name the new value PrivateTimeout.
Right-click the PrivateTimeout DWORD value, and then click Modify.
In Edit DWORD Value, under Base, click Decimal.
In the Value Data box, type a value in minutes between 1 and 43,200 for a maximum of 30 days. Click OK.
iisreset/noforce
Open the Microsoft Command Shell and run the following command to set the private computer cookie time-out value:
set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -name PrivateTimeout -value <amount of time> -type dword
Run the following command to view the private computer cookie time-out value:
get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -name PrivateTimeout