File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/src/understand/api-client-perspective Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -206,11 +206,11 @@ POST /login?persist=false
206
206
Set-Cookie: zuid=(redacted); Path=/access; Domain=zinfra.io; HttpOnly; Secure
207
207
```
208
208
209
- When you log in ** with** ` persist=true ` , you get a persistent cookie,
210
- which means it has * some* expiration date. In production this is
211
- currently 56 days (again, configurable, check current config in
212
- [ hegemony ] ( https://github.com/zinfra/hegemony ) ) and can be renewed
213
- during token refresh. Example ** persistent cookie** :
209
+ When you log in ** with** ` persist=true ` , you get a persistent cookie, which
210
+ means it has * some* expiration date. In production this is currently 14 days
211
+ (again, configurable, check current config in [ production
212
+ config ] ( https://github.com/zinfra/cailleach/tree/master/targets/wire/prod/app ) )
213
+ and can be renewed during token refresh. Example ** persistent cookie** :
214
214
215
215
```
216
216
POST /login?persist=true
You can’t perform that action at this time.
0 commit comments