You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Parse Server option `extendSessionOnUse` not working for session lengths < 24 hours ([#9113](https://github.com/parse-community/parse-server/issues/9113)) ([0a054e6](https://github.com/parse-community/parse-server/commit/0a054e6b541fd5ab470bf025665f5f7d2acedaa0))
help: 'Whether Parse Server should automatically extend a valid session by the sessionLength',
262
+
help:
263
+
"Whether Parse Server should automatically extend a valid session by the sessionLength. In order to reduce the number of session updates in the database, a session will only be extended when a request is received after at least half of the current session's lifetime has passed.",
/* Session duration, in seconds, defaults to 1 year
229
229
:DEFAULT: 31536000 */
230
230
sessionLength: ?number;
231
-
/* Whether Parse Server should automatically extend a valid session by the sessionLength
231
+
/* Whether Parse Server should automatically extend a valid session by the sessionLength. In order to reduce the number of session updates in the database, a session will only be extended when a request is received after at least half of the current session's lifetime has passed.
232
232
:DEFAULT: false */
233
233
extendSessionOnUse: ?boolean;
234
234
/* Default value for limit option on queries, defaults to `100`.
0 commit comments