CanadianRodder
Member
Hi again.
I found a thread that sort of deals with the topic of cookies related to production sites versus test sites and a link to the XF 2 manual which I read. However, I still have questions (I'm a newb BTW).
So, here's what I have:
Thanks
Frank
I found a thread that sort of deals with the topic of cookies related to production sites versus test sites and a link to the XF 2 manual which I read. However, I still have questions (I'm a newb BTW).
So, here's what I have:
- My production forum is in mysite/forum/
- My test site is in mysite/testxen1/
As I suspect that users are being bumped out of a logged in state because of a cookie issue, does that mean that a cookie statement needs to be added to both configs?<?php
$config['db']['host'] = 'localhost';
$config['db']['port'] = 3306;
$config['db']['username'] = '';
$config['db']['password'] = '';
$config['db']['dbname'] = '';
$config['db']['socket'] = null;
$config['fullUnicode'] = true;
Thanks
Frank