Reputation: 1142
I've been having problems with PHP session variables since starting work on a new website for a company I work for. I phoned the hosting provider (1and1) and I was told it was because I needed to copy an INI file into each directory I make.
I recall facing this problem before, and somehow finding a list of PHP versions that you don't need to copy the INI file to each sub-directory, to use sessions with. I just can't seem to find such information on Google (despite searching for a few hours). Does anyone know what PHP version I need to downgrade to, in order to use session variables again, without having to manually copy the INI file into each of the X thousand directories I have?
Upvotes: 1
Views: 76
Reputation: 1142
I called them back and somebody else answered, who claimed to have changed something in the accounts PHP setup, after I described my problem to him. It now works fine. I guess the person I spoke to previously just didn't have the expertise to help.
Happy days :)
Upvotes: 1