In web2py if you do session.secure()
It will prevent login unless over a secure channel. It is up to you use use a secure channel by setting up https. The web2py server has https capabilities. For more info: web2py.py -h On Oct 4, 9:39 pm, Thadeus Burgess <[email protected]> wrote: > Only if you are on https using ssl > > -Thadeus > > On Sun, Oct 4, 2009 at 8:28 PM, Nik <[email protected]> wrote: > > > Hi. During a secure/authenticated session, is there a need to encrypt > > data submitted by the users to server any further? I.e. Is it > > reasonable to assume that the data, while in transmission, is safe and > > will remain unaltered? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

