Hi Stas,
On Fri, Apr 8, 2016 at 1:59 AM, Stanislav Malyshev wrote:
>> Session ID can be non HEX strings. session_create_id() makes custom
>> session ID creation easier.
>> https://wiki.php.net/rfc/session-create-id
>>
>> Please note that the implementation was in the session.c years ago.
>> The p
Hi!
> Session ID can be non HEX strings. session_create_id() makes custom
> session ID creation easier.
> https://wiki.php.net/rfc/session-create-id
>
> Please note that the implementation was in the session.c years ago.
> The patch enables and add test for it.
I like the idea, but I would add a
Hi all
Session ID can be non HEX strings. session_create_id() makes custom
session ID creation easier.
https://wiki.php.net/rfc/session-create-id
Please note that the implementation was in the session.c years ago.
The patch enables and add test for it.
Comments are appreciated!
--
Yasuo Ohgaki