bypass form login page

2003-01-29 Thread Maxime Colas des Francs
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

Re: bypass form login page

2003-01-29 Thread Henning Heil
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