I have created a page in asp.net that allows a user to enter a user name and password and then verify it but I need to someway redirect the page once the user is logged in to their own unique membership page. Does anyone know how I can do that?
The account screen first ensures to see that they are logged in, and secondly uses the stored session variable to generate the correct account details.