Irin Posted November 12, 2005 Share Posted November 12, 2005 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.