]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Session/ISession.php
Overwrite constructor of Memory session handling so no session ini-setting in backend...
[friendica.git] / src / Core / Session / ISession.php
index 006cc6ce6aa48d5cb50b0a33e92e4712f8b8084e..a2046e915c63c21b4a3e18e230384460586beee5 100644 (file)
@@ -2,8 +2,9 @@
 
 namespace Friendica\Core\Session;
 
-use Friendica\BaseObject;
-
+/**
+ * Contains all global supported Session methods
+ */
 interface ISession
 {
        /**