FileSize | 7308 |
MD5 | 873311A8761A9A4DA8BB3331D8F7BB7C |
PackageDescription | Flask's session handling using server-side sessions (Python 3)
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 package installs the library for Python 3. |
PackageMaintainer | Kali Developers <devel@kali.org> |
PackageName | python3-flask-kvsession |
PackageSection | python |
PackageVersion | 0.6.3+git20150814.1.83238b7-1~jan+nus1 |
SHA-1 | 9A823D8E03B81481A33046B2795F62C8AAB809F3 |
SHA-256 | EC698518B39BE37369131CBD9734BFB681A7946C03A22F2B1089B94EC4094944 |