David
|
| Posted: 09/30/2002, 8:33 PM |
|
I have created a regular login form in ASP and it works fine. I would like it to operate as follows:
I want the default page for my site to be the login.asp form. When a user successfully authenticates, it should redirect them to a menu page. (I have this working correctly also.) If a user goes directly to a page, and they have not yet authenticated, they are presented with the logon form. When they logon, they get the menu page. Instead of going to the menu page, in this instance, I want them returned to the page they were on before the logon form. I can get one or the other to work, but not both at the same time. Anyone have any suggestions?
Thanks,
David
|
|
|
 |
Nicole
|
| Posted: 10/03/2002, 2:13 AM |
|
David,
the login pages generated by CC and CCS works the similar way. I suggest you to generate any sample application and look at CheckSecurity function to find the code used to redirect user.
|
|
|
 |
|