Securityfilter persistent login

2005-07-04 Thread Tobias Neumann
Hi Is securityfilter able to autologin users that have enabled their persitent login via cookies? In the moment these users have to push the login button again, although they do not have to enter their username and password. // process any persistent login information, if user is not

Re: Securityfilter persistent login

2005-07-04 Thread Tobias Neumann
PPS: How can I access the servlets context in a securityfilter SecurityRealmInterface implementation? I use the struts HibernatePlugIn, and the hibernate session is stored in the servlets context. So I need to access hibernate this way in my Realm implementation for database verification.

RE: Securityfilter persistent login

2005-07-04 Thread David Erickson
: Monday, July 04, 2005 10:30 AM To: user@struts.apache.org Subject: Re: Securityfilter persistent login PPS: How can I access the servlets context in a securityfilter SecurityRealmInterface implementation? I use the struts HibernatePlugIn, and the hibernate session is stored in the servlets