Welcome Guest, Not a member yet? Register   Sign In
Session library and unserialize() error.
#15

[eluser]Twisted1919[/eluser]
Thank you for the resource, it was helpful.
I edited the _serialize() method :
Code:
function _serialize($data)
    {
        if (is_array($data))
        {
            foreach ($data as $key => $val)
            {
                if (is_string($val))
                {
                    $data[$key] = trim(str_replace('\\', '{{slash}}', $val));
                }
            }
        }
        else
        {
            if (is_string($data))
            {
                $data = trim(str_replace('\\', '{{slash}}', $data));
            }
        }

        return trim(serialize($data));
    }
I'll wait to see if there are improvements and i'll let u know of my findings .


Messages In This Thread
Session library and unserialize() error. - by El Forum - 02-07-2011, 11:15 AM
Session library and unserialize() error. - by El Forum - 02-08-2011, 10:49 AM
Session library and unserialize() error. - by El Forum - 02-08-2011, 10:40 PM
Session library and unserialize() error. - by El Forum - 02-09-2011, 05:59 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 07:47 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 07:50 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 07:58 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 08:12 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 01:56 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 01:58 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 06:19 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 10:51 PM
Session library and unserialize() error. - by El Forum - 02-11-2011, 06:54 AM
Session library and unserialize() error. - by El Forum - 02-11-2011, 10:17 AM
Session library and unserialize() error. - by El Forum - 02-11-2011, 10:30 AM
Session library and unserialize() error. - by El Forum - 06-16-2011, 12:17 PM
Session library and unserialize() error. - by El Forum - 06-16-2011, 12:32 PM
Session library and unserialize() error. - by El Forum - 06-16-2011, 10:06 PM
Session library and unserialize() error. - by El Forum - 06-17-2011, 01:34 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 02:34 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 02:40 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 05:43 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 05:56 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 06:07 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 06:13 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 08:45 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 09:02 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 08:33 PM
Session library and unserialize() error. - by El Forum - 06-23-2011, 01:34 AM
Session library and unserialize() error. - by El Forum - 08-25-2012, 12:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB