Cookies and sessions doesn't work in Opera 12.17
-
dmitriymsk last edited by
Hello to everybody!
This problem is only in Opera 12.17.
The code doesn't work as it should:session_set_cookie_params(360000, '/','.mydomain.ru',false,false);
session_name($session_name);
session_id($session_id);
session_start();I need to set cookies for subdomain.
Any ideas how to solve the problem?
-
dmitriymsk last edited by
UPDATE:
- the problems relates to ANY version of Opera
- I need to set cookies for domain and subdomain.