is there any way that i log in user by code? for example after checking username and password with login_bare, i push the user into the session as logged in user? in this case there is no need to write ajax/login directly, and the programmer has a better control.
if i write : def login(): -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

