Link to home
Start Free TrialLog in
Avatar of NHA
NHA

asked on

logout from a site when using basic authontication...

I created a site that inheret the windows authontication and within this site I had a link that open another application use basic authontication (NT account),this application will open in another window ,when I open this application , it request me first to enter my NT account , but NT account will remain even if I close the window of this application and return to the main window.
I need to put a logout button on the application that remove this aothontication so when i enter again to this application , the logon screen must apper again ? is there a way to do this ? can I make servervariables("logon_user") = "" for example?
I'm using asp with IIS version 5 and windows 2000.
 
Avatar of Michel Sakr
Michel Sakr
Flag of Canada image

try the session.abandon
ASKER CERTIFIED SOLUTION
Avatar of Michel Sakr
Michel Sakr
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial