django - Looking for potential problems by setting session cookie for every user -


for business-logic reason, need set sessionid cookie each site visitor, if there no actual data stored session.

it can possible setting session_save_every_request true , overriding https://github.com/django/django/blob/fc4b4fd5850989458d6e54de12a29b2e40e94ce8/django/contrib/sessions/backends/base.py#l153 return false. in case, session cookie not deleted because of https://github.com/django/django/blob/fc4b4fd5850989458d6e54de12a29b2e40e94ce8/django/contrib/sessions/middleware.py#l37.

can there problems if cookie remain?

or maybe there way set sessionid every visitor?


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -