Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Fixed option description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Nessier committed Aug 9, 2020
1 parent a70aa85 commit 96be32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The service `Neoflow\Session\Session` supports the following options:
| `cookie['secure']` | bool | Set `true` to sent session cookie only over secure connections | `false` |
| `cookie['httponly']` | bool | Set `false` to make session cookie accessible for scripting languages | `true` |
| `cookie['samesite']` | string | Set `"Strict"` to prevent the session cookie be sent along with cross-site requests | `"Lax"` |
| `iniSettings[]` | array | [PHP session settings](https://www.php.net/manual/en/session.configuration.php), without `session. | [] |
| `iniSettings[]` | array | [PHP session settings](https://www.php.net/manual/en/session.configuration.php), without `session.` | `[]` |

When your DI container supports inflectors (e.g. [league/container](https://container.thephpleague.com/3.x/inflectors/)),
you can optionally register `Neoflow/Session/SessionAwareInterface` as inflector to your container definition.
Expand Down

0 comments on commit 96be32e

Please sign in to comment.