Re: [appfuse-user] Acegi Remember me

2008-06-23 Thread jithesh
Hi matt, I have done that ..:) Thanks for your support.. Any one needs help just send a mail to me... regards Jithesh mraible wrote: > > I've never tried creating the cookie manually, but if you look in > SignupAction/Controller, you should see code that we use to > programma

Re: [appfuse-user] Acegi Remember me

2008-06-23 Thread Matt Raible
I've never tried creating the cookie manually, but if you look in SignupAction/Controller, you should see code that we use to programmatically log the user in. That's the extent of my knowledge, if you want to do something fancier, you might have to consult the Spring forums or dig into the source

Re: [appfuse-user] Acegi Remember me

2008-06-23 Thread jithesh
Hello, I tried creating the remember me cookie on a seperate jsp (not at login time). I created a class file and implemented the acegi service. I found that the cookie is generated during that call but gets deleted each time i click the application url. Because of that it again shows

Re: [appfuse-user] Acegi Remember me

2008-01-02 Thread Matt Raible
It should be possible with our current Remember Me implementation (a cookie). You might have to dig into Acegi's source code to see how they create the cookie and then copy it. Matt On 12/4/07, jithesh <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Is there a way to set "Remember Me" after the user

[appfuse-user] Acegi Remember me

2007-12-04 Thread jithesh
Hi guys, Is there a way to set "Remember Me" after the user has already logged in? In this scenario a user logs in then at some point during his session submits a form to set "Remember Me" for the next login Thanks & regards, Jithesh -- View this message in context: http://www.nabble.com/Ace