Skip to content

Commit f64a552

Browse files
committed
docs: add section titles
1 parent e7aa97b commit f64a552

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_guide_src/source/libraries/sessions.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ However, there are some conditions that must be met:
542542

543543
- You can NOT use a persistent connection.
544544

545+
Configure DatabaseHandler
546+
-------------------------
547+
545548
In order to use the 'DatabaseHandler' session driver, you must also create this
546549
table that we already mentioned and then set it as your
547550
``$savePath`` value.
@@ -623,6 +626,9 @@ bundled with PHP.
623626
Chances are, you're only be using the RedisHandler driver only if you're already
624627
both familiar with Redis and using it for other purposes.
625628

629+
Configure RedisHandler
630+
----------------------
631+
626632
Just as with the 'FileHandler' and 'DatabaseHandler' drivers, you must also configure
627633
the storage location for your sessions via the
628634
``$savePath`` setting.
@@ -665,6 +671,9 @@ deleted after Y seconds have passed (but not necessarily that it won't
665671
expire earlier than that time). This happens very rarely, but should be
666672
considered as it may result in loss of sessions.
667673

674+
Configure RedisHandler
675+
----------------------
676+
668677
The ``$savePath`` format is fairly straightforward here,
669678
being just a ``host:port`` pair:
670679

0 commit comments

Comments
 (0)