nette/http

Session -> ISession, Session, ISessionStorage, NativeSessionStorage, ...

MartkCz opened this issue · 2 comments

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?

imho it's clearer and better for custom implementation