Click to See Complete Forum and Search --> : Login Redirect
Jig0901
04-15-2005, 11:39 AM
I have a login pages right now that prompts the user for login and password and redirect the authenticated user to a url...( Response.Redirect (URL))...Now instead of this I want it to pick the url listed in my access database next to each user and redirect them to corresponding pages...How can I solve this problem...can anyone guide me in the right direction...thanks
-Jig
PeOfEo
04-15-2005, 12:28 PM
Just use the session variable or cookie you set in the login to give the user individualized info on the next page... if you have another page they need to go to you can run a select statement based on the form imputs right after you set your session variables.
Jig0901
04-15-2005, 12:51 PM
Hi! I am kinda new to ASP would be kind enought to give me an example of what the code would look like....really appreciate the help...Thanks