This is a discussion on session_write_directory within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hello, Could anyone tell me on which page is the constant SESSION_WRITE_DIRECTORY defined. I am working through application_top in the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Could anyone tell me on which page is the constant SESSION_WRITE_DIRECTORY defined. I am working through application_top in the catalog/includes directory and see the session save path being set as SESSION_WRITE_DIRECTORY but I cannot locate where the value for this constant is defined, in other words what value it calls. Many Thanks Jane |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| The session file directory is a PHP.INI setting not a OSC setting. look in PHP.INI for something like session.save_path = /tmp You CAN NOT overrite this directory via PHP code (other than storing session in MySQL and not via files)
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#3
| |||
| |||
| Thanks very much for that. Can I assume that OS commerce can only change the local values of the php.ini file and that if I wanted to change master values that I would need to edit the php.ini file in my PHP installation directly. I am very new to this so please excuse me if I have this completely wrong. Thanks once again Jane |
| Sponsored Links | ||
| ||