php session not working (as with cookies disabled), but cookies are enabled for the domain. What oth
- by SWilk
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.