Answer the question
In order to leave comments, you need to log in
How to set a cookie in ie (edge)?
Good afternoon.
Faced such an unpleasant problem - Interner Explorer (aka Edge), does not set cookies if such a script is executed
session_start();
setcookie('test','test new'.time(),time() + 3600 * 12,'','some.domain.ru');
print '<pre>'.print_r($_COOKIE,true).'</pre>';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question