Re: After the installation
Sejo <[email protected]> 12 Sep 2003 17:14:28 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <32853a1a1cf8805d998f4d8c45a094f6@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228474#228474
----------------------------------------------------------------
[quote="giancarlo"]Hi:
I wanna know where should I create the sessions directory since it saids:
Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.
So, if anyone can give me a hint I´ll appreciate it
Thnx
Giancarlo[/quote]
This works :) :
Change this in your catalog/includes/[b]configure.php[/b]
Change from:
Code:
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
Change to:
Code:
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'