You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: