Session management for Plain.
Project description
Sessions - db backed
Manage sessions and save them in the database.
- associate with users?
- devices?
Usage
To use sessions in your views, access the request.session object:
# Example view using sessions
class MyView(View):
def get(self):
# Store a value in the session
self.request.session['key'] = 'value'
# Retrieve a value from the session
value = self.request.session.get('key')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plain_sessions-0.16.0.tar.gz
(9.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plain_sessions-0.16.0.tar.gz.
File metadata
- Download URL: plain_sessions-0.16.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9ba9cdf60eb86b7f4a5c86ce5c37d6255b7619270a4d333fd0f218bef3466ed
|
|
| MD5 |
3ec60168ce9834f8ad1f5d742dc7e84f
|
|
| BLAKE2b-256 |
62e7bcddbf9023ab3d0e8e230618faf5e5c98290c4ceb67225b74b8ccf974c44
|
File details
Details for the file plain_sessions-0.16.0-py3-none-any.whl.
File metadata
- Download URL: plain_sessions-0.16.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c4bc4dabd0190a0bebbbd51d8ba8f6bf941dd512eec45d945981eeed36f019e
|
|
| MD5 |
854a6c0f4680424b361108edd1767402
|
|
| BLAKE2b-256 |
2bf15e9830f3f48c3c17241cd4ecae0da6e509002d822cf0ee4a94d308394bf3
|