-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I am experiencing the same problem, am hoping to find a solution. |
Beta Was this translation helpful? Give feedback.
-
Having same problem |
Beta Was this translation helpful? Give feedback.
-
HI @lokize @kkmr2011 and @mirker21 |
Beta Was this translation helpful? Give feedback.
HI @lokize @kkmr2011 and @mirker21
Looks like you might not be using the
session.cookie
property correctly. The valid settable properties are listed in the readme.They are
cookie.expires
andcookie.maxAge
, you can't setrole
orclient
and if you did it would not have any effect.If you are hoping to save those values in the session, you might want to try doing something like
req.session.userClient = response.data.user.profile.client