Current Page: 1 of 1
Results 1 - 3 of 3
18 years ago
chuckless
I actually meant to say 'Changing it in php.ini will have no effect IF it is set in the scripts'. The command 'session_save_path('../tmp');' WILL change your save session path to '../tmp' REGARDLESS of what is set in php.ini.
Forum: WampServer English
18 years ago
chuckless
Oscommerce sets it's own tmp directory. The easiest fix is to run the install again and set sessions to use the database. otherwise you will have to look in the database configuration table, find the entry 'Session Directory' or similar and set it to "C:\WINDOWS\Temp" (or whatever your temp directory is.) Changing it in php.ini will have no effect. (but you still should change it to '
Forum: WampServer English
18 years ago
chuckless
The answer is to check the website config files. (or in the database) Somewhere it is setting it's own session path which is screwing up your system. if you have dreamweaver you can easily search through all the files for a reference to 'session_save_path ( '../tmp' )' or just 'session_save_path' Changing it in php.ini will have no effect. (but you still should change it to 'session.save_path =
Forum: WampServer English
Current Page: 1 of 1