Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Refresh state after login/logoff... is it my end?
Author « Topic »  

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

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)

Vince
Administrator

42472 Posts

Posted - 03/28/2024 :  14:45:15  
Hi Terry
I had a look at your site and it seems that caching has been turned on for the website. This is a pretty bad thing for a dynamic site as, for instance, when I added something to cart I had to force a refresh of the cart page to see that the item was actually there. Can you get in touch with your host and ask them to turn caching off.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Terry Paulhus
Ecommerce Template Expert

Canada
543 Posts

Posted - 04/04/2024 :  06:44:41  
Thanks Vince. What a difference... I can grow my hair back again. Worked like a charm.

I guess it's standard for the hosting to have caching on...

That's one for my notes.

Terry (Redsei)
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000