• Resolved mileshampton

    (@mileshampton)


    Hi all, I’m wanting to make a page that can only be accessed by a user for 15 mins a day but not at a specific time of the day. Any ideas or suggestions?

Viewing 1 replies (of 1 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    This is not possible using the Timed Content plugin.

    Whatever solution you end up with – there is no way to enforce that: a user has to be identified to check, if he is allowed to access the page – so at least you need to set a cookie containing the day, when the user last accessed the page and also containing the amount of time, the user already spend on the page. The cookie also has to be updated regularly using a client side JavaScript to record if the user is still on the page.

    So a user may just turn off cookies or disable JavaScript and gets unlimited access.

Viewing 1 replies (of 1 total)

The topic ‘time limit on page’ is closed to new replies.