stockBoi
stockBoi

Reputation: 287

firefox is losing cookie

I am using firefox version 21.0. My site has login feature with remember me (cookie) option. Recently I have watched that even firefox has the same cookie values required for login and within expire date, firefox is not showing cookie values using $_COOKIE['key'] and thus remember me feature can not identify me as a remembered user of my website. I found sometimes it is working and sometimes missing. I don't know why this is happening. Is it bug of that specific version? Do you have any idea?

Upvotes: 2

Views: 471

Answers (1)

Dmitriy.Net
Dmitriy.Net

Reputation: 1500

Most likely, some users have disabled cookie. In order to enable them, see manual on the official website Firefox. Most often, this is the problem.

Upvotes: 1

Related Questions