maybe:
- recognize user already registered (cookie?)
- start a session
- add auth=yes or sth like that to the sessions-params
- foward to the desired page
rgds,
henning
Maxime Colas des Francs wrote:
Hi,
I build an application with a "private zone" (protected by a
FORM-LOGIN page).
Is the
Hi,
I build an application with a "private zone" (protected by a FORM-LOGIN page).
Is there a method to redirect automaticly a user in the "private zone"
(after his inscription for exemple),
without display the form-login-page ?
(like a POST to j_security_check ...)
Thks
---