auth.settings.login_onaccept=lambda form: do_something_with(form) the do_something_with can see session.
On Feb 14, 3:08 pm, Ed Greenberg <[email protected]> wrote: > I'd like to store some session variables on login. (Look the userid up > in another table and get some convenient stuff out of there. ) Is > there any way to tag onto the Auth login method AFTER login is > successful and before it redirects to whatever is specified in the > _next argument? > > Thanks, > > Ed Greenberg

