Posted - 03/24/2024 : 12:16:48
Currently I have two issues regarding refreshing after login. Problem 1 When I login as a customer and fill in the LOGIN DETAILS (pop up), after clicking submit, the popup box is still up and doesn't disappear. I have to REFRESH the browser to see the CUSTOMER LOGIN information. This happens on all browsers. Problem 2 When I click on the LOGOUT CLIENT from the customer login page, the customer login page still shows all of the information. I need to refresh the browser to show that I am actually logged out. In the code, at the beginning of each of the pages (cart, clientlogin, thanks, tracking) I have quote: <?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?>
Just wondering if this is the problem or could it be my hosting that needs something turned on/off? Terry (Redsei)
|