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
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
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
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
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