[ic] Cookies for Auto-Login - 5.2

Russell Mann tech at khouse.org
Tue Jun 22 18:59:07 EDT 2004


Hello,

In my upgrade from 4.6 to 5.2 one issue still remaining is the auto-login
cookie.  It used to work so that by checking the auto-login box a person
wouldn't need to login each time they opened their browser.  Now this isn't
working.

Here's my login form (useless HTML removed):

<form action="[process secure=1]" method="post">
<input type="hidden" name="mv_click" value="Login">
<input type="hidden" name="mv_todo"  value="return">
<input type="hidden" name="mv_nextpage" value="help/mlogin">
[set Log In]
mv_nextpage=@@MV_PAGE@@
[/set]
<input name="mv_username" size="30" value="[read-cookie MV_USERNAME]">
<input type="password" size="30" name="mv_password" value="">
<input type="hidden" name="mv_check" value="Log In">
<input type="hidden" name="mv_cookie_password" value="0">
<input type="checkbox" name="mv_cookie_password" value="1">
<input type="submit" value="Log In">
</form>

Thanks,

Russell Mann




More information about the interchange-users mailing list