`SESSION_MAX_LIFETIME` unit/default

About SESSION_MAX_LIFETIME, is the default still infinite? What is the unit if we want to define a max lifetime?

Michel

Please see the docs, it answers both your questions :wink:

Note that this is for an absolute maximum beyond which you MUST login again. In most cases it’s better to just set a SESSION_LIFETIME which can get extended w/ activity, or at least set the max lifetime to something higher.