Anti session hijacking

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    thankz for this hope it really works

    Comment


      #32
      function login()
      {
      session_start();
      if(isset($_SESSION['sid']) || isset($_COOKIE['sid'])) {

      Enter your sql for your own site !!

      }



      what to put on that
      """Enter your sql for your own site !! """

      Comment

      Working...
      X