We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658c517 commit 963526aCopy full SHA for 963526a
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -620,8 +620,12 @@ setting**. The examples below work both on MySQL and PostgreSQL::
620
621
Uncaught mysqli_sql_exception: Duplicate entry 'ci_session:***' for key 'ci_sessions.PRIMARY'
622
623
-You can choose the Database group to use by adding a new line to the
624
-**app/Config/Session.php** file with the name of the group to use:
+Changing Database Group
+^^^^^^^^^^^^^^^^^^^^^^^
625
+
626
+The default database group is used by default.
627
+You can change the database group to use by changing the ``$DBGroup`` property
628
+in the **app/Config/Session.php** file to the name of the group to use:
629
630
.. literalinclude:: sessions/040.php
631
0 commit comments