JStefan Posted June 20, 2011 Share Posted June 20, 2011 Hi all, I am making a shopping cart where I am using the session id to cary the info from page to page, etc. The customer should have the option to login (in this case the shipping address will be automatically retrieved etc....) I am normally using sessions as well to give access to users to restricted areas. In my case I have already the session started, so how I can differentiate a logged in customer from one which is not? This is a bit confusing for me, any help will be appreciated. Thank you in advance, Julian Quote Link to comment https://forums.phpfreaks.com/topic/239914-shopping-cart-session-and-logged-in-session/ Share on other sites More sharing options...
TeNDoLLA Posted June 20, 2011 Share Posted June 20, 2011 Use a variable to recognize logged in users for example $_SESSION['isLogged']. And make sure in your program logic that u check that when ever needed. Also it is a good idea to check session_id against database entry once in a while for session hijacking but thats a whole another story. Quote Link to comment https://forums.phpfreaks.com/topic/239914-shopping-cart-session-and-logged-in-session/#findComment-1232382 Share on other sites More sharing options...
LLLLLLL Posted June 20, 2011 Share Posted June 20, 2011 JStefan, just use NeuCart.com. No need to create new shopping carts! Quote Link to comment https://forums.phpfreaks.com/topic/239914-shopping-cart-session-and-logged-in-session/#findComment-1232384 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.