DualCore Posted September 1, 2009 Share Posted September 1, 2009 Hi, I inherited a project of maintaining a website in which I have no idea how it was built. It is a small web store in which you have to login to order a product. When you a product to the cart it brings you to the cart page. However, when you click the "continue shopping" button on the cart page it sometimes logs the user out while other times it does not. I don't know to much about PHP and unfortunately I'm in a position where I can't share the code. Is there some generic way to fix this? Do I have to pass an extra variable when they click the "continue shopping" button? Any help is greatly appreciated. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/172741-authentication-logout-problem/ Share on other sites More sharing options...
waynew Posted September 1, 2009 Share Posted September 1, 2009 Unfortunately; we're not psychic and can only help if we actually see the code. And even then, we might need to know what software it is and what kind of settings your server has. Link to comment https://forums.phpfreaks.com/topic/172741-authentication-logout-problem/#findComment-910508 Share on other sites More sharing options...
DualCore Posted September 1, 2009 Author Share Posted September 1, 2009 Is it possible to solve by setting a cookie? Link to comment https://forums.phpfreaks.com/topic/172741-authentication-logout-problem/#findComment-910512 Share on other sites More sharing options...
waynew Posted September 1, 2009 Share Posted September 1, 2009 No. That won't work. You should probably try using the forums dedicated to the software you have. Link to comment https://forums.phpfreaks.com/topic/172741-authentication-logout-problem/#findComment-910516 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.