I was just wondering how different sites are handling sessions across products and scripts. aMember uses the php.ini setting (which defaults to "0" or until the browser is closed). Other products may have specific settings, or even a maximum. Alex provided some great feedback about using ini_set() to set the session.cookie_time in config.inc.php. I'm considering setting it for maybe 15 minutes below the session timeouts for the other products/scripts. Anyone else doing this, or have a better option?