Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 4e7498d

Browse files
committed
Fix sessions overlapping into other platforms
1 parent 81b0c1b commit 4e7498d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Session.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Session {
3030
*/
3131
function __construct(API $api) {
3232
$this->api = $api;
33+
self::$cachingKey = self::$cachingKey . ':' . md5($api->getPlatform());
3334
if (!$this->loadFromCache()) {
3435
$this->createSession();
3536
}

0 commit comments

Comments
 (0)