Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use own custom session storage class #1487

Closed
michal-juranyi opened this issue Aug 29, 2016 · 1 comment
Closed

Allow use own custom session storage class #1487

michal-juranyi opened this issue Aug 29, 2016 · 1 comment

Comments

@michal-juranyi
Copy link

Currently, there is quite limited range of supported session storage backends. Even for supported backends there may be need for advanced features of particular backend (i.e. custom Pickler/Unpickler in Memcached). I propose adding a config option for specifying fully qualified class name of custom class to be used instead of predefined *Session class.

michal-juranyi added a commit to michal-juranyi/cherrypy that referenced this issue Aug 29, 2016
@webknjaz
Copy link
Member

webknjaz commented Sep 5, 2016

Implemented via #1495

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants