Ah.  I didn't interpret any of his stuff like that.

Dogpile is just the locking / storage mechanism.    It could safely be used 
to manage a session backend.  

The question is, would you rather:

a- The Session ID is the key to some abstract blob on the server ( which is 
what Beaker does, what PHP and most other frameworks handle )
b- The Session ID is an encrypted key to some datastore.

I use A, because I'm lazy.  I'd prefer B -- and have a shared session for 
users across all devices -- except I often need "A" style functionality ( 
ie, "flash" messages and short status ) 

-- 
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/groups/opt_out.

Reply via email to