On Nov 7, 4:45 pm, slav0nic <[EMAIL PROTECTED]> wrote:
> i can shown herehttp://dumpz.org/356/
>
> from beaker.session import SessionMiddleware

beaker (http://beaker.groovie.org/) is really nice for managing
session in
a secure way (using the signed cookies).

Just some notes regarding the sample code :

Starting with version 0.8 of beaker, the SessionMiddleware class
is in beaker.middleware :

from beaker.middleware import SessionMiddleware

and regarding the logout class. Sometimes it's better to use
web.redirect() instead of web.seeother(). At least when using a
reverse proxy like we do.

I cannot imagine life without webpy and beaker.

adulau

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to