Skip to content

Commit

Permalink
docs(config): correction for maxAge
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmiaool authored Jan 10, 2024
1 parent 57262cd commit 4686006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const osjs = new Core(config, {
| `session.options.resave` | `false` | HTTP Session re-save option |
| `session.options.saveUninitialized` | `false` | HTTP Save uninitialized sessions |
| `session.options.cookie.secure` | `<auto>` | HTTP Secure cookie |
| `session.options.cookie.maxAge` | `<auto>` | HTTP cookie lifetime |
| `session.options.cookie.maxAge` | `43200000` | HTTP cookie lifetime (delete the old cookie to make it work) |
| `vfs.root` | `<auto>` | VFS Root path (defaults to OS.js `vfs/` directory) |

### Proxies
Expand Down

0 comments on commit 4686006

Please sign in to comment.