Hi all,

I am currently using shiro and the tapestry-security plugin to manage
sessions and persist data. Everything works fine when getting the session by
SecurityUtils.getSubject().getSession(). However, this means that the
application is peppered with fragments of shiro-specific code. Since shiro
uses the servlet session API, is there a way to do this in a way that is
transparent to the application, and hopefully still allow me to use
annotations like @Persist and @SessionState?

Thanks,
Martin



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Changing-default-session-behavior-tp5715141.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to