FileSize | 36488 |
MD5 | 5483D3FE0D5CCBAD79858374C705565C |
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.4-0kali1 |
SHA-1 | B2921371554863EE152D6EA7AD8A50312DC08D7E |
SHA-256 | 5538E318CF72A0DA8A8007FCB262A5EB82FF5D0FC300FC36CF2A66F582706C82 |