Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Session path


rhubarb

Recommended Posts

Posted

I'm trying to setup an existing site on a local Windows server. With the following line in /includes/configure.php:

define('STORE_SESSIONS', 'E:\PHP\sessiondata');

even though that is the path specified for session.save_path in \WinNT\php.ini I get the following error:

Warning: open(/tmp\sess_cef9929d1218ef185483f4e559e1eb95, O_RDWR) failed: No such file or directory (2) in E:\Inetpub\wwwroot\<directory>\includes\functions\sessions.php on line 67

Where is the session path being specified as /tmp ?

 

If I set

define('STORE_SESSIONS', 'mysql');

I get this errro:

Warning: Failed opening 'includes/functions/sessions_mysql.php' for inclusion (include_path='.;e:\php\includes') in E:\Inetpub\wwwroot\<directory>\includes\functions\administrators.php on line 72

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...