Re: [Wt-interest] Detect "suspictious" activity to verify the user is a human

2016-10-15 Thread Marco Kinski
Hi Aaron, 2016-10-14 21:00 GMT+02:00 Aarón Bueno Villares : > [snip] > Is there a way to "count" the number of requests arriving to a session > process (dedicated process mode in wthttpd)? from reading the docs, overriding WApplication::notify is what you are looking for. https://www.webtoolkit.

Re: [Wt-interest] Detect "suspictious" activity to verify the user is a human

2016-10-15 Thread Aarón Bueno Villares
Exactly, that was what I was looking for. Thanks. 2016-10-15 16:59 GMT+02:00 Marco Kinski : > Hi Aaron, > > 2016-10-14 21:00 GMT+02:00 Aarón Bueno Villares : > > [snip] > > Is there a way to "count" the number of requests arriving to a session > > process (dedicated process mode in wthttpd)? > >