I have a user who suddenly cannot log into my site.
I have a script, session_auth, that sets session info and passes it to panel.php, which presents secure info after credentials. Now, session_auth successfully sets session info, but panel doesn't see anything, and spits him back into login. Keep in mind, this is just one single user. Sometimes the error would happen to me but I couldn't replicate it.
Here is what I have done to try and solve the problem:
First, I thought http_redirect (using headers) was causing the problem, so I changed it to a meta-refresh, and now set a cookie with the username. Panel now accepts either a session, or a cookie.
Now he claims all he sees is a blank screen.
Could it a fucky browser setting?
Can someone please haaaalp?