disallow a page to be re-displayed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raamay
    New Member
    • Feb 2007
    • 107

    disallow a page to be re-displayed

    Hi Forum,
    Can anybody tell me how to disallow a page to be re-displayed again once the session of a particular user is destroyed. Infact the user should not be allowed to go back to the previous page which he/she had browsed upon loging in.

    So, plz help me!
  • tolkienarda
    Contributor
    • Dec 2006
    • 316

    #2
    you could log their mac or ip address into a mysql database and if they ever tried to view your page you could block them. i saw a way to do that in one a post a few days ago if i find it i will repost here if not then poke around google for mac loggers.

    Comment

    • tolkienarda
      Contributor
      • Dec 2006
      • 316

      #3
      Originally posted by tolkienarda
      you could log their mac or ip address into a mysql database and if they ever tried to view your page you could block them. i saw a way to do that in one a post a few days ago if i find it i will repost here if not then poke around google for mac loggers.
      set this to be a variable
      store it in a mysql table
      stop people from comming back
      [PHP]
      HTTP_SERVER_VAR S['REMOTE_ADDR'];
      [/PHP]

      eric

      Comment

      Working...