Run that again about php.ini configuration on the session expiration. I looked up at http://www.php.net/manual/en/ref.session.php and it said
--snip-- session.cache_limiter specifies cache control method to use for session pages (none/nocache/private/private_no_expire/public). Defaults to nocache. See also session_cache_limiter(). session.cache_expire specifies time-to-live for cached session pages in minutes, this has no effect for nocache limiter. Defaults to 180. See also session_cache_expire(). --snip-- So, how do I get the session.cache_expire to work if the session.cache_limiter is set to no cache. Would it work if I leave the session.cache_limiter as blank and use the HTTP header to instruct the web browser not to cache the webpage?? All I only want is the webpage not be cached and a session timeout if the user is idle for like a hour or something.... Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php