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
Copy file name to clipboardExpand all lines: docs/sessions.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,16 @@ necessary, and obtaining an instance of the ``SessionManager`` object by request
15
15
the ``getSessionManager()`` static method. Once this is done, it is a question of invoking
16
16
the ``SessionManager``'s ``start()`` method to get the session started. Here is a working example:
17
17
18
+
.. note:: As of LightMVC 5.0.0, the \Doctrine\Common\Cache namespace is replaced with the \Ascmvc\Session\Common\Cache namespace. Please update your session.config.php configuration file accordingly.
0 commit comments