[twitter-dev] Force new Oauth page to authenticate

2010-10-22 Thread gfpt27
We have an SAAS application that currently  intereacts with TW.  The
user clicks the TWicon, they aunthenticate on TW page and allow the
connection.
Is there a way to force the app to look for a new authentication page
rather than using the last session from the browser cookies.  There
are multiple users that access one computer and log in to their
respective accounts.  The issue exists when one user authenticates or
updates their credentials, if a subsequent user logs in, and they
attempt to authenticate it pulls from the previous session.

Assistance is appreciated.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Force new Oauth page to authenticate

2010-10-22 Thread Slate Smith

session_destroy();

On Oct 22, 2010, at 12:52 PM, gfpt27 wrote:


We have an SAAS application that currently  intereacts with TW.  The
user clicks the TWicon, they aunthenticate on TW page and allow the
connection.
Is there a way to force the app to look for a new authentication page
rather than using the last session from the browser cookies.  There
are multiple users that access one computer and log in to their
respective accounts.  The issue exists when one user authenticates or
updates their credentials, if a subsequent user logs in, and they
attempt to authenticate it pulls from the previous session.

Assistance is appreciated.

--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk