First, the tynamo.org users list would perhaps be a better place for your question. Anyway, you understanding is not quite correct - by default, Shiro only remembers the user but does not authenticate (see http://shiro.apache.org/static/1.2.1/apidocs/org/apache/shiro/subject/Subject.html#isRemembered%28%29). Then, you should also read the section titled "Add-on module: tynamo-federatedaccounts-rollingtokens" at http://tynamo.org/tynamo-federatedaccounts+guide and http://docs.codehaus.org/display/TYNAMO/2012/08/15/RememberMe+with+rolling+tokens .
Kalle On Tue, Feb 5, 2013 at 7:50 PM, Vladimir Bauer <[email protected]> wrote: > Hi there,**** > > ** ** > > I’m using tapestry-security which uses shiro.**** > > I’ve extended built-in JdbcRealm, and have no problems with authentication > and authorization.**** > > ** ** > > The only issue I got is Remember me function.**** > > I suppose when user checks remember me, and the next time she logs on, > the login page should be bypassed.**** > > But it doesn’t work that way. Despite remember me is true, the login page > comes first.**** > > ** ** > > Am I correctly understood Remember Me function or it is designed to work > in different way?**** > > ** ** > > Can somebody point me to working example where Remember Me implemented?*** > * > > ** ** > > Regards**** > > *Vladimir Bauer > > ***** > > ** ** >
