When user clicks on login with Google,login page arrives.
When he closes the tab without logging in and opens our login page in another tab, django is creating session and a session id is present in the cookies. Also the expiry time of session is set to an odd date of 1969(Ref Image).
Is this the intended behaviour ? Is there a way to stop creating session in django in this case ?
When user clicks on login with
Google
,login page arrives.When he closes the tab without logging in and opens our login page in another tab, django is creating session and a session id is present in the cookies. Also the expiry time of session is set to an odd date of 1969(Ref Image).
Is this the intended behaviour ? Is there a way to stop creating session in django in this case ?
settings
Please provide the necessary help. Thanks in Advance