we are in the right place.... last try:
best.PHP Code:
if (!empty($_SESSION['customer_id']) || !empty($_SESSION['customer_guest_id'])) {
zen_session_destroy();
unset($_SESSION['customer_id']);
unset($_SESSION['customer_guest_id']);
zen_redirect(zen_href_link(FILENAME_LOGOFF, $logoff_lang));
}
Bookmarks