try this
PSN #1753U - All users are unable to login to the Web Client.
Problem Description:
All users are unable to login to the Web Client. The users see the Web Client login page without a name in the "Server Name" list. The issue started on Jan 19th 2008.
Resolution:
On the Web Client Server, manually edit Program Files/Avaya/webmsg/includes/global.inc.
To resolve the issue,
1. Open the Program Files/Avaya/webmsg/includes/global.inc file.
2. Search for the following line (this should be around line 298.) in the global.inc file:
Response.Cookies("
= DateAdd("yyyy"), 30, Date)
3. Change the line to the following: (Update the parameter from 30 to 2.)
Response.Cookies("
= DateAdd("yyyy"), 2, Date)
4. Save the file after you have made the changes.
5. Access the Web Client login page.
There will also be a new global.inc file under the Download Center that can be used to replace the current file if you do not want to make the change manually.
There is no restart required when this change is made.
Future versions of the Web Client for 3.0 and 3.1 will include the required change to solve this issue.
Workaround or alternative remediation:
N/A
Remarks:
N/A