I've got a Phalcon site which sits on two servers behind Varnish. The site is session based, and all users have to log in.
The problem is I can't store sessions on local files because of the two servers.
What are the other options for session management, and is there any good documentation I can find on how to implement that?
The system administrator prefers a Redis solution, but I think anything that works will be acceptable.