While I’m currently writing the next part of my “A look into sessions and security” series, I couldn’t help to take some time to write on how fast…
In my second article we’ve seen how to set up a session in a way that improves it’s security. We’ll now take a look at a few issues about access, storage and meta data.
[Updated on 2018–07–05: Fixed a mistake on the referer_check option]
In the first article of this series we explored the concept and theory behind sessions. Now that we understand what a…
Part #0: The concept (You’re here!)Part #1: The setupPart#2: Storage, Access and Meta DataPart #3: The Score approach“Final” Part: Eternal sessions of the clueless user
It wasn’t easy (we knew it wouldn’t be) and certainly wasn’t pretty (we sort of knew that as well), but it’s finally official: PHP7 will come with Scalar Type Hints (STH) and an optional “strict mode”.