Cookies are being deleted between new page loads on same site
I have a web app that uses cookies to reference sessions that contain login status.
For example: when I log in, a session is created that tracks that I am logged in. When I go to another function/page the cookie is deleted, thus I am no longer logged in.
I have the Security set to "Standard" and the website URL unprotected.
Chrome and Safari are fine, it's only Firefox.
What am I missing?
Todas as respostas (2)
You can check for issues with Total Cookie Protection.
This did not fix my problem. Looks like I'll have to warn users not to use Firefox. Sad.