The following should be sufficient to remove remember me functionality:

1) In security.xml find the bean filterChainProxy and remove the entry for
the rememberMeProcessingFilter from the list of filters to process.
2) Remove the input for the remember me checkbox from login.jsp.

As a side note all remember me does is allow the user to log straight in to
the application by storing the authentication details in a cookie. It does
not relate to the session, nor does it in any way store the last page
visited by a user.

Mike

On 8/13/07, jithesh <[EMAIL PROTECTED]> wrote:
>
>
> hi,
>
> i am using appfuse 1.9.x for my webapp. I would like to know how can i
> disable the appfuse property of keeping track of the last login
> information
> of a perticular userid while his session is got expired. I dont want the
> user to access his last visited page when he login next time.
>
>    Please provide the solutions for my problem ASAP  .
>
> Thanks,
> Jithesh
> --
> View this message in context:
> http://www.nabble.com/Disabling-the-remember-me-service-tf4261587s2369.html#a12127392
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to