Cookie-based implementation of the session store. session storage used by the Y!OS PHP SDK. implement their own session store implementations and pass them to YahooSession::hasSession, YahooSession::requireSession and YahooSession::clearSession. to YahooSession::hasSession or YahooSession::requireSession, an instance of a NativeSessionStore is used.
Cookie-based implementation of the session store. This is the default session storage used by the Y!OS PHP SDK. Developers are free to implement their own session store implementations and pass them to YahooSession::hasSession, YahooSession::requireSession and YahooSession::clearSession. By default, if no session store is passed to YahooSession::hasSession or YahooSession::requireSession, an instance of a NativeSessionStore is used.
Located in /Yahoo.inc (line 1437)
Clears the access token from the session store.
Clears the access token from the session store.
Clears the request token from the session store.
Clears the request token from the session store.
Fetches and returns the access token from the session store.
Fetches and returns the access token from the session store.
Fetches and returns the request token from the session store.
Fetches and returns the request token from the session store.
Indicates if the session store has an access token.
Indicates if the session store has an access token.
Indicates if the session store has a request token.
Indicates if the session store has a request token.
Stores the given access token in the session store.
Stores the given access token in the session store.
Stores the given request token in the session store.
Stores the given request token in the session store.
Documentation generated on Thu, 22 Oct 2009 12:54:51 -0700 by phpDocumentor 1.4.3