Skip to content

Commit 22d5304

Browse files
authored
Merge pull request #1348 from jim-parry/fix/docs
Fix sphinx formatting in sessions
2 parents dfaff44 + 5f693c8 commit 22d5304

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/sessions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ into using `tmpfs <http://eddmann.com/posts/storing-php-sessions-file-caches-in-
557557
(warning: external resource), which can make your sessions blazing fast.
558558

559559
DatabaseHandler Driver
560-
---------------------
560+
----------------------
561561

562562
The 'DatabaseHandler' driver uses a relational database such as MySQL or
563563
PostgreSQL to store sessions. This is a popular choice among many users,
@@ -636,7 +636,7 @@ when it generates the code.
636636
issues.
637637

638638
RedisHandler Driver
639-
------------------
639+
-------------------
640640

641641
.. note:: Since Redis doesn't have a locking mechanism exposed, locks for
642642
this driver are emulated by a separate value that is kept for up
@@ -673,7 +673,7 @@ sufficient::
673673
public $sessionSavePath = 'tcp://localhost:6379';
674674

675675
MemcachedHandler Driver
676-
----------------------
676+
-----------------------
677677

678678
.. note:: Since Memcached doesn't have a locking mechanism exposed, locks
679679
for this driver are emulated by a separate value that is kept for

0 commit comments

Comments
 (0)