Force cookie expiration

After logging into the Jupyter notebook, if I stop and restart with a different token, I can log into the Jupyter notebook without a token. It is I think because of the cookie set by juypter, which acts like a refresh token.
When I delete the cookie and access the url without token parameter, then token is required.
So I want to shorten expiration date of the cookie and can I do this?