On Fri, Feb 14, 2014 at 2:35 PM, Naveed Massjouni <[email protected]> wrote: > Doesn't D1's Session interface already provide get/set via > Dancer::Session::read/write: > https://metacpan.org/source/YANICK/Dancer-1.3121/lib/Dancer/Session.pm#L53 > And it seems to automatically do a flush after a write (unless is_lazy is > set).
Dancer::Session does, but Dancer::Session::Abstract does not. The first is a public API using class methods. The second is the base class for session objects -- which are what you get when you call the session() DSL without arguments. David -- David Golden <[email protected]> Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
