Hi all, the cookie function has an argument to force it to be secure (and the default value is set to none)
I saw that the session class has no argument for it, and all the session "things" are built around a cookie (obviously). What is the preferred way to set the session cookie as secure ? Going trough the code I think I spotted the point: do I have to subclass the session._save method ? Is this going to work? Thanks a lot for this great framework, it's really useful, inspiring and productive! -- 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.
