AWWWW.WAHWAH Posted May 5, 2005 Share Posted May 5, 2005 There seems to be an issue on my website where once a customer logs in and happens to click 'Home', they are immediately logged out. This is the only issue. This does not happen during checkout as some people are having. I know this is vague so please tell me what 'could' be the problem and how to solve it. Thanks. Link to comment Share on other sites More sharing options...
boxtel Posted May 5, 2005 Share Posted May 5, 2005 There seems to be an issue on my website where once a customer logs in and happens to click 'Home', they are immediately logged out. This is the only issue. This does not happen during checkout as some people are having. I know this is vague so please tell me what 'could' be the problem and how to solve it. Thanks. <{POST_SNAPBACK}> refuse all cookies in your browser and go to your site, you will probably see that the "home" link does not hold a session id while the other links do. Treasurer MFC Link to comment Share on other sites More sharing options...
AWWWW.WAHWAH Posted May 5, 2005 Author Share Posted May 5, 2005 I removed the 'Home' link. It's not needed anyways IMO. Everything is fine now. For those who have this problem comment out in /catalog/includes/application_top.php the following: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); by adding '//' in front of it. So it should look like this: // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.