the SESSION_COOKIES_ONLY variable restricts the persistence of all cookies to the user's current session.
If SESSION_COOKIES_ONLY=true, then all cookies created during the user session expire automatically when the user closes their browser. If it is false, the cookie expires according to the system logic for that particular cookie.
true or false
false
This variable can be useful when an organization's security policy prohibits cookies that persist across user sessions.