I got a PHP login page, where the user fills in username and password, if it's correct, the page loads some information such as user_id to a session variable.
After loading it to the session it's making a header('Location')
redirect.
(The redirection is to the same domain.)
(All pages have session_start();
)
Somehow the next page doesn't recognize the session... how come ??
And I found it more likely to happen in IE than in FF ... strange. I read all stuff on stackoverflow but I follow all guidelines.
Thanks for any help