Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.


Peper

Recommended Posts

Posted

I found using Firefox 8 not logging out customers properly.

Customer logs in and then after logging out then clicking on create_account.php page he is automatically logged back in.

 

Piece of code I got in logoff.php file:

require('includes/application_top.php');

 

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGOFF);

 

$breadcrumb->add(NAVBAR_TITLE);

 

tep_session_unregister('customer_id');

tep_session_unregister('customer_default_address_id');

tep_session_unregister('customer_first_name');

// BOF Separate Pricing Per Customer

tep_session_unregister('sppc_customer_group_id');

tep_session_unregister('sppc_customer_group_show_tax');

tep_session_unregister('sppc_customer_group_tax_exempt');

if (tep_session_is_registered('sppc_customer_specific_taxes_exempt')) { tep_session_unregister('sppc_customer_specific_taxes_exempt');

}

// EOF Separate Pricing Per Customer

tep_session_unregister('customer_country_id');

tep_session_unregister('customer_zone_id');

tep_session_unregister('comments');

//kgt - discount coupons

tep_session_unregister('coupon');

//end kgt - discount coupons

$cart->reset();

//Facebook Connect

 

Anyone with similar issue or advice??

Getting the Phoenix off the ground

Posted

Pierre,

 

 

As you may or may not have noticed, the recently released FF8 has many bugs in it. I reverted back to FF7 until a new release is made.

 

 

 

Chris

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...