Skip to content

Commit

Permalink
Merge pull request #90 from auraphp/session-params
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
harikt authored Sep 14, 2023
2 parents 64f07d7 + 18a8bdb commit 84be822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ $session->setCookieParams(array('lifetime' => '1209600'));
?>
```

> N.b: The `setCookieParams` method calls [session_set_cookie_params](http://php.net/session_set_cookie_params) internally.
> N.b: The `setCookieParams` method calls [session_set_cookie_params](http://php.net/session_set_cookie_params) internally. Thus, you need to call `setCookieParams` for every request and before session_start() is called.

0 comments on commit 84be822

Please sign in to comment.