Re: [Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Colin Sampaleanu
Ben Alex wrote: Colin Sampaleanu wrote: I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it'

Re: [Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Ben Alex
Colin Sampaleanu wrote: I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it's probably worth

[Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Colin Sampaleanu
I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it's probably worth adding some cookie based