Greetings,

I would like to limit number page views by anonymous users. For example, after "X" number of pages have been viewed, they are re-directed to the registration page.

If anyone has any insight into how to accomplish this, I would appreciate it.

Thanks in advance.

Scott

Comments

yelvington’s picture

Store page count in cookie. When cookie > limit, redirect.

theabacus’s picture

Javascript would work if a user has Javascript enabled; however users may not have Javascript enable or may turn it off to evade the limit. PHP (using sessions) would be a more reliable route to take.

broncomania’s picture

I am also interested in this feature, I there any advance.

macman91’s picture

Any progress with this feature, I'm very interested too and would offer payment.