I want to restructure the login to do several things:
1. I want to include the user login thoughout the website because I do not want my user to have to double log-in. I have an alumni application that user can update their own profile information.
2. I want to not have the login form on the forums but when they click log in it will direct them a single page with the login form on it.
2- Take the entire login/logout part from inc_top.asp and put it on a new page with the necessary other codes (include inc_footer.asp for example) and put a link to that page for logging in and out.