1 (edited by zulubanshee 2008-06-08 18:48)

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?

Re: Need cookies to access root

$cookie_path '../' apparently won't work because then you can't logoff in punbb.