FileSize | 38264 |
MD5 | 41822BE50D6526AA3805FC74446D0356 |
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-0kali1 |
SHA-1 | DBC9C1788FBFC5B32C2D4CDF8F8E968CE696ED78 |
SHA-256 | 860C9F71C350D87F1991F2CC9D62581E8BE525A2A55A20D9D1563C7A8AB724C9 |