Skip to content

Commit

Permalink
Fix sessions overlapping into other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekz committed Jul 12, 2017
1 parent 81b0c1b commit 4e7498d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Session {
*/
function __construct(API $api) {
$this->api = $api;
self::$cachingKey = self::$cachingKey . ':' . md5($api->getPlatform());
if (!$this->loadFromCache()) {
$this->createSession();
}
Expand Down

0 comments on commit 4e7498d

Please sign in to comment.