Re: [PHP] session.entropy_file and hostname

2010-03-02 Thread Sascha Wojewsky
thank you for your answer, > If you want server-unique session ids, use session_name() before > session_start()..? i cannot use session_name, because i've to regenarete a session id by permanent login. i'm using session_regenerate_id, and session_name doesen't works with it (?) > session.entrop

[PHP] session.entropy_file and hostname

2010-03-01 Thread Sascha Wojewsky
Hi, i'm new to this list... Is it possible to set the session.entropy_file to /bin/hostname (or something like this)? I've to user server-unique SessionIDs... Thanks Sascha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php