Weird RedisSession cookie_max_age method parameter type #2380
Unanswered
SorenHolstHansen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement redis session storage. I am trying to set a custom max-age on the cookie, however I can't seem to align the types properly. Currently doing
But i am getting the error
What am I missing?
For info, this is the relevant depencies
I have tried with the beta for actix-redis as well, with no luck
Beta Was this translation helpful? Give feedback.
All reactions