79352000

Date: 2025-01-13 11:20:41
Score: 2
Natty:
Report link

In your custom security manager code that you created, you can add the following code after the logout functions

session.clear()

You need to make sure you have included the session element of flask at the top of your code: from flask import ( redirect, request, session )

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Murray L