Hi, I dont know if this i a normal situation but i managed to change the 'garbage collection' in sessions to erase all session within 1 seconds on every init for the whole system by making some configurations changes as a local user with .htaccess. This dont sound so "secure".
I used session.gc_maxlifetime 1 and session.gc_probability 100 in my .htaccess file and it erases all sessions stored in default path. Is this a bug or some configuration miss? Can I change so users can change the value of this options? (PHP_INI_ALL --> PHP_INI_SYSTEM)?? Using PHP 4.3.9 btw... -- Erik