File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
545548In order to use the 'DatabaseHandler' session driver, you must also create this
546549table that we already mentioned and then set it as your
547550``$savePath `` value.
@@ -623,6 +626,9 @@ bundled with PHP.
623626Chances are, you're only be using the RedisHandler driver only if you're already
624627both familiar with Redis and using it for other purposes.
625628
629+ Configure RedisHandler
630+ ----------------------
631+
626632Just as with the 'FileHandler' and 'DatabaseHandler' drivers, you must also configure
627633the 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
665671expire earlier than that time). This happens very rarely, but should be
666672considered as it may result in loss of sessions.
667673
674+ Configure RedisHandler
675+ ----------------------
676+
668677The ``$savePath `` format is fairly straightforward here,
669678being just a ``host:port `` pair:
670679
You can’t perform that action at this time.
0 commit comments