Admin - Configuration - Sessions - Session Use Fqdn - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Sessions - Session Use Fqdn - Catalog
/path/to/your/shop/includes/functions/functions_general.php
| Line #722 : if (SESSION_USE_FQDN == 'True') return $url; |
/path/to/your/shop/includes/init_includes/init_tlds.php
| Line #17 : if (SESSION_USE_FQDN == 'False') $current_domain = '.' . $current_domain; |
/path/to/your/shop/includes/modules/payment/paypal/ipn_application_top.php
| Line #100 : if (SESSION_USE_FQDN == 'False') $current_domain = '.' . $current_domain; |