Guest Posted June 17, 2007 Share Posted June 17, 2007 My site is secured through my ISP. The links generated by the code do not link to the php file because a string of characters are added to the end of the link. Examples. Link in the code <?php echo tep_href_link(FILENAME_SHOPPING_CART) Link as it appears in the browser http://justyarn.powweb.com/shopping_cart.p...4122b8992e59fba Link in the code <?php echo HEADER_TITLE_CHECKOUT; ?> Link as it appears in the browser http://justyarn.powweb.com/checkout_shippi...4122b8992e59fba I do not understand where this comes from osCsid=c3d9b27a6cbcd661b4122b8992e59fba Any ideas on what causes this and how to correct it. TIA Chris Link to comment Share on other sites More sharing options...
germ Posted June 17, 2007 Share Posted June 17, 2007 It's supposed to be like that... The "string of characters added to the end" are necessary for the osCommerce software to function correctly. :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2007 Share Posted June 17, 2007 seeing it continuously, the string of characters added at the end, means your configure.php file is not setup properly. sessions should go away in a couple of clicks if session cookies are accepted by the browser. Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2007 Share Posted June 17, 2007 seeing it continuously, the string of characters added at the end, means your configure.php file is not setup properly. sessions should go away in a couple of clicks if session cookies are accepted by the browser. hmmmmm........ I really do not know what part of the configuration is incorrect. What part of the configuration should I be looking at. Chris Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2007 Share Posted June 17, 2007 hmmmmm........ I really do not know what part of the configuration is incorrect. What part of the configuration should I be looking at. Chris check the HTTP_COOKIE_DOMAIN, HTTP_COOKIE_PATH and the equivalent secure ones and set the sessions to be stored in the dbase define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.