Topic: Need cookies to access root
punbb is installed in www.something.com/forums
I need the cookies to apply to the root as well.
do i change this in config.php from
$cookie_path = '/';
to
$cookie_path = '../';
that should do it, right.
Also, what is the $cookie_domain for?