entered just like that, print_r($_COOKIE); , it shows
Debugging info:
Submitted verification: 8916
Required verification:
Array ( )
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
Moderator: Malcolm


if(isset($todo)) {
if(isset($todo)) {
echo 'Input => '.(md5($verification).'a4xn').' Cookie => '.$_COOKIE['tntcon'];

setcookie("tntcon", md5($rand_string).'a4xn', time()+60*60*24*30, "/", ".nnjoi.com");

rse wrote:That means it is not storing the cookie when the dynamic image generator script is run.
It's strange because when I run it on my server it works fine. I had a problem earlier where a cookie wouldnt set until I specified the domain and path in the setcookie, so maybe you could try this is your image generator:
- Code: Select all
setcookie("tntcon", md5($rand_string).'a4xn', time()+60*60*24*30, "/", ".nnjoi.com");
Let me know how it goes



Users browsing this forum: No registered users and 1 guest