Ninjakreborn Posted September 8, 2006 Share Posted September 8, 2006 I have have an entire session system right, then also use a cookie, seperate, completely seperate from the session, right. Quote Link to comment https://forums.phpfreaks.com/topic/20175-sessionseperate-cookie/ Share on other sites More sharing options...
jefkin Posted September 8, 2006 Share Posted September 8, 2006 [quote author=businessman332211 link=topic=107411.msg430907#msg430907 date=1157751143]I have have an entire session system right, then also use a cookie, seperate, completely seperate from the session, right.[/quote]With a pretty much 'out of the box' setup, PHP session variables use a cookie. Probably not the same cookie as the one you've set.BTW, I'm not sure what the question is, but maybe this helped.Jeff Quote Link to comment https://forums.phpfreaks.com/topic/20175-sessionseperate-cookie/#findComment-88699 Share on other sites More sharing options...
radalin Posted September 9, 2006 Share Posted September 9, 2006 the difference between cookie and the session is. cookies are kept in the client side and sessions are kept at the server side. While cookies can be manipulated by some tools and other things, sessions can't, because they are kept in the server and not at your local machine.and this means yes. You have an entire difference system as cookie and session but of course they work similiar Quote Link to comment https://forums.phpfreaks.com/topic/20175-sessionseperate-cookie/#findComment-88793 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.