[font="Times New Roman"][size="3"]I create below cookie in backend:
[color="#ff0000"]setcookie(‘create’, ‘hadis’, time() + 3600);
[/color]But when I used below code in frontend,no things is printed:
[color="#ff0000"]print_r($_COOKIE);
[/color]
Please help me?[/size][/font]