Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

if possible, please, help me with the following question.

Here is what my python script does:

  1. Using API create new user for certain site (let's call it whatever.com)
  2. Generate web page with button "Log in"
  3. When button "Log in" is pressed, user is logged in into whatever.com

The problem: if user was logged in into whatever.com prior to pressing "Log in", new user is not logged in (old user is) when "Log in" button is pressed.

Basically, I need to log out user from site whatever.com before page with button "Log in" is generated.

I've tried to play with cookiejar and Cookie, but didn't succeed.

Thanks a lot!

share|improve this question
2  
show your code! – Lee Burrows Feb 20 at 4:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.