Completed
Push — b0.27.0 ( ed7688...8b3edf )
by Sebastian
07:42 queued 26s
created
src/Linna/Session/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
             \session_start([
135 135
                 'cookie_path'      => $this->cookiePath,
136 136
                 'cookie_domain'    => $this->cookieDomain,
137
-                'cookie_lifetime'  => $this->expire,//($this->expire > 0) ? time() + $this->expire : 0,
137
+                'cookie_lifetime'  => $this->expire, //($this->expire > 0) ? time() + $this->expire : 0,
138 138
                 'cookie_secure'    => $this->cookieSecure,
139 139
                 'cookie_httponly'  => $this->cookieHttpOnly,
140 140
                 'cookie_samesite'  => $this->cookieSameSite
Please login to merge, or discard this patch.