mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
If the remember_login_cookie_lifetime is set to 0 this means we do not want to use remember me at all. In that case we should also not creatae a remember me cookie and should create a proper temp token. Further this specifies that is not 0 the remember me time should always be larger than the session timeout. Because else the behavior is not really defined. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |
||
|---|---|---|
| .. | ||
| ajax | ||
| BackgroundJobs | ||
| Command | ||
| Controller | ||
| css | ||
| doc | ||
| fonts | ||
| img | ||
| js | ||
| l10n | ||
| Middleware | ||
| Migrations | ||
| search | ||
| skeleton | ||
| src | ||
| templates | ||
| vendor | ||
| .l10nignore | ||
| Application.php | ||
| register_command.php | ||
| routes.php | ||
| shipped.json | ||
| strings.php | ||
| webpack.common.js | ||
| webpack.dev.js | ||
| webpack.prod.js | ||