All my pages include a header with login form fields. When logged in the header changes from form to display User's name.
I'm working on a page that calls a CGI script which redirects to another page. When I get to a redirected page the header changes from username to login form again. it appears as if I lost my session data. However when I click out of this page the normal behaviour returns.
Am I loosing session data by being redirected from cgi page? If yes, the how do I pick it up again on other pages without having to login again?
Totally confused.
I do include session_start(); on all my pages...