I noticed that when members change their passwords it logs them out of the site.
Anyone know how to save the new password to their cookies so it will keep them logged in?
I'm using 6.1.4
I've tried this but it's not working:
setCookie("memberPassword", md5($_POST['Password']), 0, "/");


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks