i am trying to set a cookie after serializing the data in it. but it doesnot seem to work.
i thought might be i am passwing wrong values so i just used three lines to see if its working . iused following lines
and the output isPHP Code:$cookie ="username||password||option";
$cookie = serialize($cookie);
echo $cookie;
is the answer correct?.s:26:"username||password||option";
because the reason i am using this function is to kinda encrypt data of cookie





Bookmarks