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.
The text was updated successfully, but these errors were encountered:
emjayko
added a commit
to emjayko/cherrypy
that referenced
this issue
Aug 29, 2016
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.
The text was updated successfully, but these errors were encountered: