I am using FORM authentication for my web pages. I have no problems in authenticating a user during login where the flow would be like
Secured page ----> Login Screen ----> Authentication via form ---> Secured Page on success.
Now i have another page where a user can sign in. In this case, when i do a form submit of the user creation page, my secured page should be brought up, without going to the login screen. i.e, the user should be considered as authenticated. How can i do this.
Thanks Shanmugam PL
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
