Revisiting Faster PHP Sessions
"Simplicity is prerequisite for reliability."
A collection of 3 posts
"Simplicity is prerequisite for reliability."
Don't know Redis? Think Memcache, with support for for lists, and disk-based storage. You can use Redis as a database, queue, cache server or all of those combined. Let's see how you can use this power in your PHP apps....
In PHP, sessions can keep track of authenticated in users. They are an essential building block in today's websites with big communities and a lot of user activity. Without sessions, everyone would be an anonymous visitor.