Mutley Posted January 19, 2007 Share Posted January 19, 2007 They won't conflict will they?If I have the same login script on 2 different sites, they both create cookies for that domain, if I have the same login system/user info on the other site, I shouldn't be able to log in to the other site with a different domains cookie, even if the information is the same, right?Hope that makes sense. Just want to know if cookies are unique to the domain they are created under only. Thanks. Link to comment https://forums.phpfreaks.com/topic/34901-when-using-cookieslogins-on-2-different-sites/ Share on other sites More sharing options...
metrostars Posted January 19, 2007 Share Posted January 19, 2007 It won't interfere.If you set a session for domaina.com, it won't affect domainb.com,Even if it has the same name.Same with Cookies. Link to comment https://forums.phpfreaks.com/topic/34901-when-using-cookieslogins-on-2-different-sites/#findComment-164560 Share on other sites More sharing options...
micmania1 Posted January 19, 2007 Share Posted January 19, 2007 Maybe if they read from the same database you could save the session_id and transfer it between sites.Just an idea. :) Link to comment https://forums.phpfreaks.com/topic/34901-when-using-cookieslogins-on-2-different-sites/#findComment-164701 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.