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
I am trying to read session vars provided by another app, but phalcon always adds "#" prefix while reading values from $_SESSION although I did not set any unique id.
I think "getUniqueKey" function of Manager.zep should only add "#" if uniqueId is not empty
The text was updated successfully, but these errors were encountered:
I am trying to read session vars provided by another app, but phalcon always adds "#" prefix while reading values from $_SESSION although I did not set any unique id.
I think "getUniqueKey" function of Manager.zep should only add "#" if uniqueId is not empty
The text was updated successfully, but these errors were encountered: