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
{{ message }}
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
I want to set a dynamic prefix to a session key. Currently is available in configuration but it accepts only a static value. What if I want to set prefix with a dynamic values? For example I want to set prefix as "userId_"?
Can you please suggest for this requirement?
Please note that I tried to extend Lsw\MemcacheBundle\Session\Storage\LockingSessionHandler but the $prefix variable is private. Also my extended class was not being included even if I have set the parameter memcache.session_handler.class: < path to my extended class >.
Thank You,
Ashish Shah
The text was updated successfully, but these errors were encountered:
Hello,
I want to set a dynamic prefix to a session key. Currently is available in configuration but it accepts only a static value. What if I want to set prefix with a dynamic values? For example I want to set prefix as "userId_"?
Can you please suggest for this requirement?
Please note that I tried to extend Lsw\MemcacheBundle\Session\Storage\LockingSessionHandler but the $prefix variable is private. Also my extended class was not being included even if I have set the parameter memcache.session_handler.class: < path to my extended class >.
Thank You,
Ashish Shah
The text was updated successfully, but these errors were encountered: