Changing lifetime of token from client side

Hi @ed11,

You cannot set the token lifetime like you mentioned. Instead, you should use cookie sessions to determine whether or not the user is able to login next time they visit the site.

This is discussed in this thread:

1 Like