Closed nemozak1 closed 11 months ago
Cookies that are secure, have the HttpOnly flag, and a default timeout of 300s have been added. To change the timeout, change SESSION_COOKIE_AGE in the django settings.py file.
See Django docs for in-depth info: https://docs.djangoproject.com/en/4.2/topics/http/sessions/#:~:text=If%20value%20is%20an%20integer,at%20that%20specific%20date%2Ftime.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
Cookies that are secure, have the HttpOnly flag, and a default timeout of 300s have been added. To change the timeout, change SESSION_COOKIE_AGE in the django settings.py file.
See Django docs for in-depth info: https://docs.djangoproject.com/en/4.2/topics/http/sessions/#:~:text=If%20value%20is%20an%20integer,at%20that%20specific%20date%2Ftime.