micro_sessions: Session data indexed by a URL param for multiple sessions per browser
Segments sessions into multiple “micro-sessions” indexed by a URL parameter This could be useful in instances such as a very complex wizard where transmitting the entire history of data RESTfully via param passing may not be feasible, yet you’d still like to support multiple tabs within the same browser window separately.
Comments
http://github.com/rubiety/micro_sessions
Post a comment