Hi there,
I log in to view the orders several times a day. How can I extend the expiration timeframe? Can you pinpoint me to which files to look at? If there is a setting for this, that would be helpful as well.
Thanks!
Solution Update:
After some fiddling around I think I found somewhere in the config where it can be changed.
tastyigniter\system\tastyigniter\config\config.php
Currently, on line 374: $config['sess_expiration'] = 0;
This is set to 0, which means it will last until the browser closes.
I changed it to: $config['sess_expiration'] = 91556952;
91556952 are the seconds the cookie will last, this is about 3 years.