Re: Session Expiring

2011-08-06 Thread Doug
I just post the oauth token and secret to the request page, not sure if this is best practice but its passing the information correctly -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Session Expiring

2011-08-05 Thread Doug
I am using the session manager which I found here: http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/lib/SessionManager.php And i store my AdwordsUser object in it like this: // Store the AdWordsUser in session. SessionManager::SetAdWordsUser($user); But when I tr