It is beneficial to have this in the UUF. Many frameworks (in particular web frameworks such as Django, CakePHP and Ruby on Rails) support this kind of pluggable Session Management capabilities.
On Fri, Apr 28, 2017 at 3:46 PM, Vidura Nanayakkara <[email protected]> wrote: > Hi All, > > We are in the process of introducing extensible session management > mechanism for Carbon UUF. > > Previously in Carbon UUF, the session management was not extensible and > was tightly coupled to the Carbon UUF framework. The purpose of introducing > an extensible session management mechanism is to give the ability for the > web app developers to plug in any session management implementation of > choice. For instance, this can be a JDBC persistent session management or a > token based session management implementation. > > In order to plug in a custom session manager, one need to implement the > given `SessionManager` interface. That implementation needs to be specified > in the `app.yaml` configuration of the particular UUF app. > > Example app.yaml configuration: > > *...* > > # Session manager for this app > > sessionManager: *"org.wso2.carbon.uuf.api.auth.InMemorySessionManager"* > > *...* > > *WDYT?* > > > Best Regards, > > *Vidura Nanayakkara* > Software Engineer > > Email : [email protected] > Mobile : +94 (0) 717 919277 <+94%2071%20791%209277> > Web : http://wso2.com > Blog : https://medium.com/@viduran <http://wso2.com/> > LinkedIn : https://lk.linkedin.com/in/vidura-nanayakkara > <http://wso2.com/> > > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- Shazni Nazeer Mob : +94 777737331 LinkedIn : http://lk.linkedin.com/in/shazninazeer Blog : http://shazninazeer.blogspot.com <http://wso2.com/signature>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
