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.
1 parent fcf2c17 commit 60d37e2Copy full SHA for 60d37e2
lib/Session.php
@@ -2,7 +2,6 @@
2
namespace Pdsinterop\PhpSolid;
3
4
class Session {
5
- private $cookieLifetime = 24*60*60;
6
public static function start($username) {
7
if (session_status() === PHP_SESSION_NONE) {
8
session_start([
0 commit comments