php session not working (as with cookies disabled), but cookies are enabled for the domain. What oth

Posted by SWilk on Stack Overflow See other posts from Stack Overflow or by SWilk
Published on 2010-03-22T13:42:43Z Indexed on 2010/03/22 14:11 UTC
Read the original article Hit count: 236

Filed under:
|
|

Hi,

I have a problem with a client, who cannot log in to our system. We have PHP-based B2B system, which uses cookies to store session-id.

The client cannot log in and is redirected to the login page, without any error message. He claims he have cookies enabled in his Firefox. Also, if he had cookies disabled, my javascript would detect this and would show him an red, very descriptive error info. He does not seen anything like this.

What else could have same effect on sessions like disabled cookies in browser? Are there any proxies which filters cookies? Any AV software, etc? What to look for?

Our login form works for any other user without problems.

© Stack Overflow or respective owner

Related posts about cookies

Related posts about session