Hi, I'm trying to track down some issues with my site, and am trying to decide if it's a session variable issue. On a random basis, it appears that session vars are being dumped, deleted, or unset, as the site will break. Queries based on session vars don't work, session vars not being displayed, etc. This seems to happen most often after a page has been idle for a couple of minutes and a refresh is done on the page.
This is on a hosted site. I have checked the configuration settings with phpinfo(); and session support is enabled. On all pages where I use $_SESSION[<varname>], I have <?php session_start();?>. This has been double checked. 1) Do session vars timeout, or can they be set to timeout after a certain length of time? 2) Is there anything other than session_start(); that needs to be done when using session vars? 3) What other things can I check for? Thanks, James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php