pyramid_redis_session requires storing sessions on a redis server... so you 
need to install redis on your machine AND create a database/password on 
redis.  

redis is a GREAT solution for managing server-side session data.  if you 
don't need to store data server side though (because it is very small, or 
does not need to be shielded from the public), pyramid supports client-side 
session data in the form of signed cookies (i think there are encrypted 
cookies in the base too).

-- 
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.

Reply via email to