By scott859 on
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
Javascript
Store page count in cookie. When cookie > limit, redirect.
Javascript? Use PHP Instead.
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.
I am also interested in this
I am also interested in this feature, I there any advance.
Any progress with this
Any progress with this feature, I'm very interested too and would offer payment.