Skip to content

Commit 1f4fb58

Browse files
author
Dan Cryer
committed
Update session cookie to last 12 hours.
1 parent aca8155 commit 1f4fb58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @link https://www.phptesting.org/
88
*/
99

10+
session_set_cookie_params(43200); // Set session cookie to last 12 hours.
1011
session_start();
1112

1213
require_once('../bootstrap.php');

0 commit comments

Comments
 (0)