Поскольку мы не знаем, на каком языке вы говорите, я использую псевдокод!
if cookie 'times' is not set
set cookie 'times' to 1
else
set cookie 'times' to (value of cookie 'times' + 1)
if value of cookie 'times' >= 7
redirect to 'otherpage.html'
show normal stuff