UWC - Invalid URL after a session timeout
Using Communications Express 6.3 (122793-12), when a user's session times out their browers is redirected to:
http://my.server.com/base/UWCMain?op=logout
which generates a 404 File Not Found error. I believe the URL needs to be:
http://my.server.com/uwc/base/UWCMain?op=logout
Where can I set this?
Thanks,
Scott
[356 byte] By [
sheger77a] at [2007-11-27 10:10:16]

# 1
Hi,
Known issue. Bug #6543919 "Mail Session Timeout:CE fails to redirect to login page if configutil param.uwccontexturi is not set".
To fix just set the messaging server uwccontexturi value e.g.
./configutil -o local.webmail.sso.uwccontexturi -v uwc
./stop-msg;./start-msg
Regards,
Shane.
# 3
Hi,
The installation/configuration guide for CE has this as a step in the post-configuration instructions - so you wouldn't see it in the release notes.
Most customers don't bother setting any values on the messaging server end after CE configuration since the defaults work for most cases now; the only one that needs setting is local.webmail.sso.uwcenabled.
In the case of the local.webmail.sso.uwccontexturi parameter the default is to have no value - which in your case is incorrect and doesn't correlate to the default of having hostname/uwc as the base.
The bugfix is to not rely on the URI provided by messaging server to generate the logout URL -> and this 'fix' is to be in the next released CE patch (-14).
As to where you can look up the bug.. sorry no idea. Sunsolve perhaps? This will depend on your level of access.
Regards,
Shane.