Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Cache v1.5


Irin

Recommended Posts

Hello,

 

I use a "Page Cache v1.5". I get a "<osCsid>" in my product path: http://store.com/osCommerce/product_info.p...&<osCsid>. I think I found what causes <oscid> to appear in the path, that a tep_href_link function in includes/functions/html_output.php:

}

 

if (!tep_session_is_registered('customer_id') && ENABLE_PAGE_CACHE == 'true' && class_exists('page_cache')) {

$link .= $separator . '<osCsid>';

} elseif (isset($_sid)) {

$link .= $separator . $_sid;

}

 

return $link;

}

 

////

// The HTML image wrapper function

If I replace that code with an original one, I don't see an <osCsid> on my pages any more. I don't know how this change affects what contib does. Is anybody else having the same problem as I do? What is a solution to this?

 

Thanks for any help,

Irina.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...