#34134 closed New feature (wontfix)

Add DynamoDB engine to sessions middleware

Reported by: Matan Kintzlinger Owned by: nobody
Component: contrib.sessions Version: 4.1
Severity: Normal Keywords: session, engine, dynamodb
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have the code written here: https://github.com/matan3178/django_dynamodb_session_engine.git

Just need to merge it to the Django project (Which I don't have the time for)

Thanks!

Change History (1)

comment:1 by Mariusz Felisiak, 18 months ago

Resolution: wontfix
Status: newclosed

Thanks for the ticket, however a custom SessionStore doesn't have to be a part of Django itself. It sounds like a third-party package is the best way to proceed.

Please first start a discussion on the DevelopersMailingList, where you'll reach a wider audience and see what other think, and follow the guidelines with regards to requesting features, if you don't agree.

Note: See TracTickets for help on using tickets.
Back to Top