I have enabled
automatic login of a user through our website using POST with this
page:
<html>
<head>
<title>Site Login</title>
</head>
<body>
<form name=maillogin id=maillogin action=""http://mail.site.com/login.cgi">http://mail.site.com/login.cgi" method=post>
<input type="hidden" name="page" value="login">
<input type=hidden name="userid" value="logname">
<input type=hidden name="passwd" value="xxxxx">
<input type=submit>
</form>
</body>
</html>
<head>
<title>Site Login</title>
</head>
<body>
<form name=maillogin id=maillogin action=""http://mail.site.com/login.cgi">http://mail.site.com/login.cgi" method=post>
<input type="hidden" name="page" value="login">
<input type=hidden name="userid" value="logname">
<input type=hidden name="passwd" value="xxxxx">
<input type=submit>
</form>
</body>
</html>
This is just the
manual test version of what we post automatically. This logs the user into
Web Mail, but the Web Calendar login fails. We are using version 7.1 with
KWM. I have tried writing the cookie values for myICalUserName and
myICalPassword, but it is not working.
Any ideas or sources
to fix this bug? Web Calendaring should work if the user is logged into
mail, using the recommended method as above.
Thanks!
Walt
Lounsbery
