Why is storedSessions deprecated?! #9212
-
Why is storedSessions() being deprecated? I want to use a Redis store for my sessions, as per this example |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@remihuigen I think we should remove the This was a hot topic when working through #8097 internally, and a number of different pull requests, but I think we were too eager in tagging this as The abstraction provided by |
Beta Was this translation helpful? Give feedback.
@remihuigen I think we should remove the
@deprecated
tag, to be honest.@gautamsi surfaced this again in #9191, and I honestly don't have a good answer now.
This was a hot topic when working through #8097 internally, and a number of different pull requests, but I think we were too eager in tagging this as
@deprecated
.The abstraction provided by
storedSession
is useful, despite being easy to replicate, and I don't think it should be removed.