Welcome Guest, Not a member yet? Register   Sign In
Reading flash cookie
#1

[eluser]aryan_[/eluser]
How can I read flash cookie?

I'm using this code to create a cookie:

Code:
user = SharedObject.getLocal("user");
user.data.signedup = true;
user.flush();

and, accessing it using php:

Code:
$x = $_COOKIE['signedup'];

But, unable to access. It throws an error:
Message: Undefined index: signedup

How should I access the cookie created? Please help.


Messages In This Thread
Reading flash cookie - by El Forum - 08-22-2009, 05:28 AM
Reading flash cookie - by El Forum - 08-22-2009, 05:58 AM
Reading flash cookie - by El Forum - 08-22-2009, 06:31 AM
Reading flash cookie - by El Forum - 08-22-2009, 07:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB