Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
06. Jun 2008, 12:46 CET | Link

Hi,

I'm trying to implement a 'remember me' feature. Have done the following so far:

1. set the remember-me attribute of security:identity

2. store a one way hash password in the cookie

3. consume the org.jboss.seam.rememberMe event

BUT...

After checking the cookie in the rememberMe event, how do I run pages.xml navigation rules in order to redirect to the appropriate home page for the auto logged in user?

Thanks

Troy