1
I had a problem with my old hosting company and I decided to move my website to another server. The trasfer was fine, everything was working after except one thing:
I log in, I get redirected to my home page, but after I click on something (doesn't matter on what) it tells me that I'm not logged in and that I don't have permission to do that and it's asking me to log in.
I have searched on these forums and I found the problem: session.cookie_domain setting in php.ini. Right now it has a value because the owner of the server need that value. If I put that variable without any value, my site is working. What can I do to have my website working with that value on?
I hope you understand what I mean, English is not my first language.