Nope, each form name is equal to the function name, so when TSlogin is called the form name is 'TSlogin' and when B1login is called the form name is 'B1login', same for the logouts.
Note that form.accepts pattern is: if form.accepts(request, session, formname=func_name): ... The printed session values also show that each form has a different name. On Sep 16, 4:46 pm, Massimo Di Pierro <[email protected]> wrote: > I see. The problem is that you have two forms called login in the same > page. This is very exotic. One of the two must be customized to used a > different formname.

