XF 1.4 logged in at admin.php logged out on forum

I had put the following in my config file so I thought that would prevent the problem from happening. Should I change something here?

Code:
$config['cookie'] = array(
    'prefix' => 'xf_',
    'path' => '/',
    'domain' => '.mysite.com'
);

I'll try the two suggestions you gave and see if that solves things. Thanks.
 
Top Bottom