Skip to content

Commit

Permalink
docs: specified maxAge default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Feb 9, 2024
1 parent 040725d commit 359e4ae
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 meeseOS = 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 MeeseOS `vfs/` directory) |

### Proxies
Expand Down

0 comments on commit 359e4ae

Please sign in to comment.