-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
If #14 ends up a no-go, I was thinking it might be interesting to add a read-only mode which would allow applications to access locked sessions, but prevent writes.
For scenarios where a bunch of separate sections of a site are loading via ajax (and not writing to the session, only reading), this would enable you to have true asynchronous requests to the same session.
This implementation would of course still require a lock for write access.
Currently the read() method is requiring a lock.