On Monday, September 7, 2015 at 12:31:04 PM UTC-4, Bert JW Regeer wrote: > > I would have built a new session factory, that simply instantiates a > SignedCookieSessionFactory and adds my defaults. > > The only reason why I don’t think it’s a good idea is that it gets pickled > and sent down to the client, you want to keep what you store in the session > as small as possible to avoid sending extraneous data to and from the > client. >
It would be a bit more work, but you could also build a session factory that treats `pinned` as a read-safe attribute. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
