robdog
Well-known member
For some reason, my Chrome browser is not staying logged in. Once I login, everything looks good until I refresh or go to another page. This is only happening in Chrome.
I do have this in my config.php:
	
	
	
		
And my forum domain starts with "forums": http://forums.site_name.com/
Would that be causing any issues?
Thanks.
				
			I do have this in my config.php:
		PHP:
	
	  $config['cookie'] = array(
    'prefix' => 'taf_',
    'path' => '/',
    'domain' => ''
  );And my forum domain starts with "forums": http://forums.site_name.com/
Would that be causing any issues?
Thanks.
 
 
		