Hi all, On Tue, Jan 27, 2015 at 11:06 AM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote:
> - session.hash_function=1 : Use SHA1 rather than MD5 I realized that we should remove hashing for better performance. Since session ID is generated from crypt secure RNG (/dev/urandom by default), simply converting the data into text is enough. Hashing is _slow_. Any comments? Regards, -- Yasuo Ohgaki yohg...@ohgaki.net