We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b70508a + 7d8d376 commit 3df52a7Copy full SHA for 3df52a7
src/Cm/RedisSession/Handler.php
@@ -416,6 +416,19 @@ protected function hasConnection()
416
}
417
418
419
+ /**
420
+ * Set/unset read only flag
421
+ *
422
+ * @param boolean $readOnly
423
+ * @return self
424
+ */
425
+ public function setReadOnly($readOnly)
426
+ {
427
+ $this->_readOnly = $readOnly;
428
+
429
+ return $this;
430
+ }
431
432
/**
433
* Fetch session data
434
*
0 commit comments