FileSize | 35784 |
MD5 | 9FEA43A7A5A619223EE706DD3804BD5F |
PackageDescription | Flask's session handling using server-side sessions (common documentation)
This package contains server-side session replacement for Flask's signed
client-based session management. Instead of storing data on the client, only a
securely generated ID is stored on the client, while the actual session data
resides on the server.
.
This has two major advantages:
- Clients no longer see the session information
- It is possible to securely destroy sessions to protect against replay
attacks.
.
Other things are possible with server side session that are impossible with
clients side sessions, like inspecting and manipulating data in absence of the
client.
.
This is the common documentation package. |
PackageMaintainer | Kali Developers <devel@kali.org> |
PackageName | python-flask-kvsession-doc |
PackageSection | doc |
PackageVersion | 0.6.3+git20150814.1.83238b7-1~jan+nus1 |
SHA-1 | 597A5C28D7C47D7A9F8D25832BD4866AB889D19A |
SHA-256 | A8E717FA6F743C3510212619814FFD5CB58DFEDF35B883C96CB494D7AF6482E8 |