A new PrimaryKeySession authenticator for CakePHP addresses problems with storing full User entity objects in sessions. Instead of serializing the entire entity, it stores only the user's primary key and rebuilds the identity from the database on each request. This eliminates session invalidation issues during deployments,

5m read timeFrom dereuromark.de
Post cover image
Table of contents
Status quo

Sort: