vivekkumar20005
May 15th, 2012, 01:58 AM
Hi,
I am using persistent based remember-me in my project but it is not working properly. I found a problem.
I log in on my application using Firefox and chrome clients using same user id and password.
After log in ,i see in table persistent_logins, both client creates token for each(two tokens for same user). When i log out on only one client, it deletes all token entries for that user while i did not log out from chrome client.
When i click on any link to access secure resource on chrome, it is working.
Question:
Why it is deleting all entry for that user from persistent_logins table? I should delete only one entry corresponding that user.
Thanks
Vivek
I am using persistent based remember-me in my project but it is not working properly. I found a problem.
I log in on my application using Firefox and chrome clients using same user id and password.
After log in ,i see in table persistent_logins, both client creates token for each(two tokens for same user). When i log out on only one client, it deletes all token entries for that user while i did not log out from chrome client.
When i click on any link to access secure resource on chrome, it is working.
Question:
Why it is deleting all entry for that user from persistent_logins table? I should delete only one entry corresponding that user.
Thanks
Vivek