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.
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.