im trying to figure out how the configuration should be for a shop in a subdomain
IE
shop.domain.com
and i want to share the cookie so anything on domain.com can use that same cookie/session
so basically the session details stay across the whole domain?
ATM i have
define('HTTP_COOKIE_DOMAIN', '.domain.com');
is this right?
Edited by xp02ed, 28 February 2011, 05:55.














