Wrong sessionID being used in callback, but only on one particular computer
- by user210119
I am writing a Python/Django web application that uses OAuth (for the TwitterAPI, not that it should matter).
I am storing a session ID in my login function, and then after using OAuth to get the user's token, I try to retrieve the sessionID in my callback function. The callback function then always fails(throws an exception) because it can't…