Why not use PHP's built-in session handling?
Posted
by Dougal
on Stack Overflow
See other posts from Stack Overflow
or by Dougal
Published on 2010-04-28T16:39:02Z
Indexed on
2010/04/28
16:43 UTC
Read the original article
Hit count: 384
Is there currently - or has there ever been - any serious or significant problem with PHP's built-in session handling?
I mean, it's always worked for me and my projects.
But I see some codebases and frameworks out there seem to use a custom handler. Is this reinventing the wheel? Or improving on some flaws? What flaws?
© Stack Overflow or respective owner