Re: [PHP] session.entropy_file and hostname
[email protected] (Rene Veerman)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
If you want server-unique session ids, use session_name() before session_start()..? session.entropy_file seems to be used only with /dev/urandom, and seems to be used to _increase_ the differences betweeen session ids. On Mon, Mar 1, 2010 at 5:49 PM, Sascha Wojewsky <[email protected]> wrote: > 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 > >