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

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Nessier committed Jul 10, 2020
1 parent fd10235 commit 0ea71dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ $app->add(new Neoflow\Session\Middleware\SessionMiddleware([

The following options are supported:

| Key | Type | Default | Description | Default |
|-------------------|--------|---------|----------------------------------------------|---------|
| ```name``` | string | SID | Name of the session cookie. | SID |
| ```lifetime``` | int | 3600 | Session lifetime in seconds. | 3600 |
| ```autorefresh``` | bool | true | Auto refresh of lifetime after each request. | true |
| Key | Type | Description | Default |
|-------------------|--------|----------------------------------------------|---------|
| ```name``` | string | Name of the session cookie. | SID |
| ```lifetime``` | int | Session lifetime in seconds. | 3600 |
| ```autorefresh``` | bool | Auto refresh of lifetime after each request. | true |

### Helper
```Neoflow\Session\Session``` and ```Neoflow\Session\Flash``` are helper classes and providing you extended
Expand Down

0 comments on commit 0ea71dd

Please sign in to comment.