Ok guys, I've got this user authentication set up with access database. Now, when they put in their username, based upon what their username is, it takes them to either page1.asp, page2.asp, or page 3.asp. My problem is, is that I only set one session variable to make sure that they're logged in, but once they sign in, they are capable of viewing either page1.asp, page2.asp or page 3.asp. I need to make is so they can only access their specified page. I'm figuring I may need to set up multiple sessions based upon their username, and then check within each site which session was still active. How would I go about doing this??
Thanks!
Bobby Gordon
Thanks!
Bobby Gordon