stubarny Posted March 19, 2007 Share Posted March 19, 2007 Hi everyone, I'm setting up a website that will allow people to log into an account. And then as users choose different country views they will be directed to different versions of the website whilst being logged in. So whilst I'm used to using sessions I haven't come accross this use before. Is there a standard way of passing session variables between websites? Thanks, Stu Link to comment https://forums.phpfreaks.com/topic/43375-passing-session-variables-between-websites/ Share on other sites More sharing options...
per1os Posted March 19, 2007 Share Posted March 19, 2007 The only way is to use GET or POST data unless they have a database in common. Another option is an API, but that is the extent that I know of, maybe AJAX could be of use here? Link to comment https://forums.phpfreaks.com/topic/43375-passing-session-variables-between-websites/#findComment-210640 Share on other sites More sharing options...
shaunrigby Posted March 19, 2007 Share Posted March 19, 2007 data can be set using the $_SESSION global, google "php sessions" for information and tutorials... Link to comment https://forums.phpfreaks.com/topic/43375-passing-session-variables-between-websites/#findComment-210734 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.