You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sessionHandler = new Psr6SessionHandler($pool, $config);
25
25
```
26
26
27
+
Note that this session handler does no kind of locking, so it will lose or overwrite your session data if you run scripts concurrently. You have been warned.
28
+
27
29
### Contribute
28
30
29
31
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
30
-
report any issues you find on the [issue tracker](http://issues.php-cache.com).
32
+
report any issues you find on the [issue tracker](http://issues.php-cache.com).
0 commit comments