Expiration for session not working as expected, Nextjs

Hi,

I have tried to set both the inactivity timeout and the Require log in after values to a low time frame. I also tried to set Token Expiration under Token settings to the same amount.

It is an Nextjs application.
It will not log out automatically.
When I look at the appSession cookie it is set to a time longer into the future than expected.

Additional info. This is a project that I recently took over, so I didn’t set up the Auth0. Also meaning that I’m not 100% familiar with either the project or the auth set up.
Appreciate all help and guidance!