Persistent login

yvan

New Member
Hi,

I had to do a manual installation on mys server. When I connect to lm.php it does not keep a persistent login/password which is annoying. I have chmoded -R 0777 but this is not related anyway.

Aren't you using a PHP session or cookie to keep users logged in?

Thanks,

Yvan
 

stanbusk

Administrator
Staff member
Yes, MLM uses cookies and persistence depends on the browser, it is indeed the browser that autofills the credential fields.
 

yvan

New Member
Thanks. It keeps on asking me my credentials on Safari and Chrome in Lion. This is not really critical anyway.
 

yvan

New Member
I have tried again and the same issue. I have installed the manual install version of lml and chmod 777 on the entire directory.

Anyway, this is not important.
 

stanbusk

Administrator
Staff member
There is no relation between the CHMOD on a server and how the browser store and restore information on forms.
 

yvan

New Member
That is what I thought as well, both cookie and session are client side. Hmmm maybe session can also be server side but unrelated to the permissions on the folder anyway.
 

stanbusk

Administrator
Staff member
Have you tried to reset your browser cache? In Safari it is the 'Safari > Empty Cache' menu.
 
Top