Session -> ISession, Session, ISessionStorage, NativeSessionStorage, ...
MartkCz opened this issue · 2 comments
MartkCz commented
Session split to
- Session (interface ISession)
- SessionStorage (interface ISessionStorage), implement php session to class NativeSessionStorage
- SessionSectionFactory (interface ISessionSectionFactory)
- SessionSection
- MetaBag, DataBag ????
I can try to send PR
dg commented
Why?
MartkCz commented
imho it's clearer and better for custom implementation