I am using this program on a site in multiple places. When you log in to one folder and then move to another folder with a different password, it keeps you logged in. You can view the folder that you didn't log in to (even though the password is different). Help!
TJ
5/24/2006 4:28 PM
try putting a Session.Abandon in the first line of login section which will kill all session vars before logging in. This will allow new session to be created for new folder
Frank Bridge
6/14/2006 6:43 AM