Check that the value of
session_use_cookie is set to 1 in php.ini
If you have a link to the site as well, that would help :)
Will understand though if you are still building it and don't want to advertise it just yet.
Check that the value of
session_use_cookie is set to 1 in php.ini
If you have a link to the site as well, that would help :)
Will understand though if you are still building it and don't want to advertise it just yet.
Hi Wilt..
aye i checked the file and it is session.use_cookies = 1"
i have a test site and the main site... both on the same server, the test site works normal but the main site always shows the session ID.
i think i have ballsed it up somewhere... the site was only at the start of development with only one add on so far. I will start over and see if it happens on a fresh install.
Cheers... will let you know the craic
after a clean install all is working well...
I think i know what the problem was...
my settings were....
define('HTTP_SERVER', 'http://MYSITE.co.uk');
define('HTTPS_SERVER', 'https://www.MYSITE.co.uk');
and i think this was causing the problem. As it did it again after a clean install.. then i realised what was happening when looking in the address bar...
changed my includes/configure.php and admin/includes/configure.php for all settings to read WWW and now it works...