Jump to content

darren_chambers

Member
  • Posts

    2
  • Joined

  • Last visited

About darren_chambers

darren_chambers's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi Jeremy, You solved my problem - thank you very much. For anyone else with a similar issue, I added the following to the .htaccess file under public_html <IfModule mod_php5.c> php_value session.cookie_domain .mydomain.co.uk </IfModule> Cheers, Darren
  2. Hi, I have WHMCS installed on a shared hosting server, the client area is under under a subdomain like this: members.mysite.co.uk I have created some custom pages under: mysite.co.uk Everything works as it should except I would like to track login sessions across between the main domain & the subdoman. The most sensible item I saw suggested setting the following in the php.ini: session.cookie_domain = .mysite.co.uk Sadly this is not an option as I have no control over php.ini in this case. I am sorry to ask because this seems to be a much talked about topic & even though I have tried most of the suggestions talked about on these forums I am still unable to make this work. Hopefully somebody will know how to achieve this. Many thanks, Darren
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated