How can I manually set the cookie domain in v1.17.2 ???
diggy
Edit your PHP INI and modify session.cookie_domain to your liking; we use it here. We also use the $_SERVER['HTTP_HOST'] value as a default with session_set_cookie_params() (reference).
session.cookie_domain
$_SERVER['HTTP_HOST']
session_set_cookie_params()
Cheers.
How do I request a configuration enhancement? It would be nice if the cookie domain could be set in the ost-config.php file.