PHP Classes

There is an error on the method ReadCookie.

Recommend this page to a friend!

      Cookie Handler Class  >  All threads  >  There is an error on the method...  >  (Un) Subscribe thread alerts  
Subject:There is an error on the method...
Summary:Package rating comment
Messages:1
Author:felipe lima
Date:2008-06-01 17:56:45
 

felipe lima rated this package as follows:

Utility: Sufficient
Consistency: Insufficient
Documentation: Insufficient

  1. There is an error on the method...   Reply   Report abuse  
Picture of felipe lima felipe lima - 2008-06-01 17:56:45
There is an error on the method ReadCookie.
$sCookie = unserialize($_COOKIE[$name]); //Thatīs WRONG
$sCookie = unserialize(stripslashes($_COOKIE[$name])); // This is my consideration (php5.1)