@@ -457,7 +457,7 @@ Preference Default Options
457457 session ID. Setting it to 0 will disable session ID regeneration.
458458**sessionRegenerateDestroy ** FALSE TRUE/FALSE (boolean) Whether to destroy session data associated with the old session ID when auto-regenerating
459459 the session ID. When set to FALSE, the data will be later deleted by the garbage collector.
460- ============================== =============== ======================================== ============================================================================================
460+ ============================== ========================================= ====== ======================================== ============================================================================================
461461
462462.. note :: As a last resort, the Session library will try to fetch PHP's
463463 session related INI settings, as well as legacy CI settings such as
@@ -504,7 +504,7 @@ Have it in mind though, every driver has different caveats, so be sure to
504504get yourself familiar with them (below) before you make that choice.
505505
506506FileHandler Driver
507- ------------
507+ ------------------
508508
509509The 'FileHandler' driver uses your file system for storing session data.
510510
@@ -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
559559DatabaseHandler Driver
560- ---------------
560+ ---------------------
561561
562562The 'DatabaseHandler' driver uses a relational database such as MySQL or
563563PostgreSQL to store sessions. This is a popular choice among many users,
@@ -636,7 +636,7 @@ when it generates the code.
636636 issues.
637637
638638RedisHandler 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
675675MemcachedHandler 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