yjim Posted August 10, 2009 Share Posted August 10, 2009 how can i get the session / cookie info from another subdomain or website using php? Link to comment https://forums.phpfreaks.com/topic/169621-php-session-cookie/ Share on other sites More sharing options...
yjim Posted August 10, 2009 Author Share Posted August 10, 2009 pls help someone. Link to comment https://forums.phpfreaks.com/topic/169621-php-session-cookie/#findComment-894889 Share on other sites More sharing options...
p2grace Posted August 10, 2009 Share Posted August 10, 2009 You can't share sessions very easily, they are stored on the server unless you store the session in the database and create an nfs mount so you can store the session in the same general location. However cookies would be a little easier to share. http://stackoverflow.com/questions/315132/how-do-i-use-cookies-across-two-different-domains Link to comment https://forums.phpfreaks.com/topic/169621-php-session-cookie/#findComment-894891 Share on other sites More sharing options...
yjim Posted August 10, 2009 Author Share Posted August 10, 2009 ok well im trying to check if a user is logged in on one other site that i own but its on another domain. im trying to have it integrated / work with my website that is on a different domain. how should i do this? i thoght checking cookies would be a good idea but seems to be impossible. Link to comment https://forums.phpfreaks.com/topic/169621-php-session-cookie/#findComment-894905 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.