Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit d0d7ab6

Browse files
committed
Adds documentation to start() method.
1 parent b6522eb commit d0d7ab6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/phpSec/Common/Session.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ public function __construct($psl) {
5151
}
5252

5353
/**
54-
* Start session
54+
* Start session.
55+
*
56+
* @param bool $regen
57+
* Regenerate session ID or not.
5558
*/
5659
public function start($regen = true) {
5760
$this->sessIdRegen = $regen;

0 commit comments

Comments
 (0)