Calling external logout within Classic ASP

DJ-Cheetah

New Member
basically what I am looking for is something like this;I have a link on a classic asp site that calls an .ASPX file, which in turn sets a bunch of user credentials from Sessions variables and then re-directs to a third party vendor hosted site, dirty I know but nothing can be done about it now.so the process is;1. Loads classic asp page with link to .ASPX page2. Clicks link, sends to .aspx page3. .ASPX sets required data and .Send() to third party vendor applicationthe issue is that if the user doesn't "logout" of the third party site and goes back in under a new username, the first username credentials stay set. What I want to do is on the .asp page before the user clicks to go to the third party vendor app call the vendor apps Logout page in the background. I was thinking of using an iFrame, but an iFrame just displays the logout page, it won't actually execute the code that is associated with it.Any help is greatly appreciated,Nick G
 
Top