Article ID: 934413 - Last Review: December 3, 2007 - Revision: 1.6 Users who use certain client computers cannot log on to an ASP.NET application that uses forms authentication after you apply the daylight saving time 2007 update on the Web server that hosts the applicationSYMPTOMSConsider the following scenario. You have a Microsoft ASP.NET application that uses ASP.NET forms authentication. You apply the daylight saving time (DST) 2007 update on the Web server or the Web servers that host this application. In this scenario, users who use certain client computers can no longer log on to the application. When the user enters the correct credentials, that user is not redirected to the requested Web page as expected. Instead, the affected user is returned to the logon page. CAUSEThis issue occurs if the client computer has not been updated by using the DST 2007 update. When a user logs on to ASP.NET forms authentication, the Web server issues a cookie to the client computer. By default, this cookie is set to expire 30 minutes after it was issued. This expiration time is based on the time zone difference from Coordinated Universal Time (Greenwich Mean Time). Important The clock on the client computer may display the correct time. This problem occurs because the time zone information on the client computer is incorrect. For example, the following behavior may occur:
RESOLUTIONTo resolve this issue, update the client computers by using the DST 2007 update. For more information, visit the following Microsoft Web sites: Daylight Saving Time Help and Support Center http://support.microsoft.com/dst2007 (http://support.microsoft.com/dst2007) Daylight saving time changes http://www.microsoft.com/office/timezone.mspx (http://www.microsoft.com/office/timezone.mspx) WORKAROUNDTo work around this issue, modify the expiration time of the ASP.NET forms authentication cookie. Configure the cookie to expire in 120 minutes instead of 30 minutes. To do this, follow these steps:
STATUS
This behavior is by design.
| Article Translations
|

Back to the top
