From 6156b1c13580c1b87b3cda0a72e1fd795d4bc53f Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 2 Jul 2017 21:13:23 +0200 Subject: [PATCH] Explain how to achieve interoperability with other session-based libs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51102d5..12a5400 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,10 @@ if (isPasswordAllowed($password)) { } ``` +### Why are there problems when using other libraries that work with sessions? + +You might try loading this library first, and creating the `Auth` instance first, *before* loading the other libraries. Apart from that, there's probably not much we can do here. + ### Why are other sites not able to frame or embed my site? If you want to let others include your site in a ``, `