By default session life is 1440 sec. It means 24 minuets.
If a customer brows the website looking here and there adding products in shopping cart and then doining something else 25 minutes all the shopping cart contents has gone.
It is good the session time to be very short but if someone will consider above example this session life time is BAD!
What can be done:
1) ZenCart files:
There are two files which deals with the “session ” issue:
/includes/functions/sessions.php
and
/admin/includes/functions/sessions.php
(this one leave as it is unless you wish to be hacked in faster… joke)
2) Other methods
See the “session issue and php” articles (it is not related with ZenCart)




(20 votes, average: 4.75 out of 5, rated)