Quote:
Originally Posted by imexhouse
In my config.php (4.0.19) I have:
$config["Sessions"]["session_length"] instead of $use_session_length
|
That's the same. In 4.1.x is $use_session_length, but in an another file is a line with $config["Sessions"]["session_length"] = $use_session_length
Quote:
Originally Posted by imexhouse
Anyway, I added some stuff to the cart on smee and left. We'll see later on today..
|
I think it works, cause the table xcart_sessions_data in which are all sessions data variables (cart contents, login name etc.) is growing. This table will have exactly the same amount of rows as are unique users in 6 months plus robots, so it will be quite a big table

.