metamorphy
Programmer
I have a website that uses sessions and everything seemed to be working fine....But someone gave me some feedback today that after they log in, when they go to another page on the site, they are getting logged out ( I guess the session vars are not carrying over from page to page for this paticular individual??) I assume this has to do with browser settings (maybe cookies/security settings?)
At any rate, is there something I can change in the PHP ini to keep the sessions from having to rely on the browser settings without having to overhaul my entire code. As it is now, I just use a header file at the top of every page to check for the $SESSION['loggedin'] var. Im using PHP 4.3.1 on free BSD.
Thanks for the help.
-CH
At any rate, is there something I can change in the PHP ini to keep the sessions from having to rely on the browser settings without having to overhaul my entire code. As it is now, I just use a header file at the top of every page to check for the $SESSION['loggedin'] var. Im using PHP 4.3.1 on free BSD.
Thanks for the help.
-CH