Antw: Re: subject authentication lost after several page requests

2014-04-10 Thread Marco Wulf
Hi, thanks for your advise. I'll check if I can change to tapestry-security. >>> "Thiago H de Paula Figueiredo" 10.04.2014 15:10 >>> On Thu, 10 Apr 2014 09:40:56 -0300, Marco Wulf wrote: Hi all, Hi! I use shiro-1.2.1 for web security implementations. Are you using tapestry-security

Re: subject authentication lost after several page requests

2014-04-10 Thread Thiago H de Paula Figueiredo
On Thu, 10 Apr 2014 09:40:56 -0300, Marco Wulf wrote: Hi all,Hi!I use shiro-1.2.1 for web security implementations.Are you using tapestry-security (Tapestry-Shiro integration)? If not, the problem is probably not in Tapestry, as your Tapestry code is just using Shiro and very probably wouldn't ha

subject authentication lost after several page requests

2014-04-10 Thread Marco Wulf
Hi all, I've an webapplication with a loginform. The user has to authenticate and authorize agains the LDAP system. ... Subject subj = SecurityUtils.getSubject(); subj.getSession(true); UsernamePasswordToken token = new UsernamePasswordToken(userName, password, true); token.setRememberMe(true)

subject authentication lost after several page requests

2014-04-10 Thread Marco Wulf
Hi all, I've an webapplication with a loginform. The user has to authenticate and authorize agains the LDAP system. ... Subject subj = SecurityUtils.getSubject(); subj.getSession(true); UsernamePasswordToken token = new UsernamePasswordToken(userName, password, true); token.setRememberMe(true)