Beispiel #1
0
 /**
  * Allows an existing application to start using revocable sessions, without forcing
  * all requests for the app to use them.    After calling this method, login & signup requests
  * will be returned a unique and revocable session token.
  */
 public static function enableRevocableSessions()
 {
     self::$forceRevocableSession = true;
 }