I have a similar but perhaps simpler problem. When I detect excessive
activity that might be a bot, I want to

1. Log the user out
2. Force a re-captcha on the next login only.

So if I have something like:

try:
    if form.accepts(...):
        etc ...
except ActivityLimitException:
    session.flash("Whoa there, pardner!")
    ## What should go here?

Thanks,
Mike

On Aug 26, 5:09 pm, Jean-Guy <jean...@gmail.com> wrote:
>   Ok!
>
> It clear now.
>
> Yes could be a nice to have...
>
> But Web2py is already a wonderfully nice framework ;-)
>
> Ciao!
>
> Jonhy
>
> On 2010-08-26 16:17, mdipierro wrote:
>
>
>
> > e the session file. We do not have an utility for it. We should
> > make one.

Reply via email to