[Prototype-core] Re: $_SESSION of PHP doesn't work with AJAX

2008-03-28 Thread Andrew Dupont
On Mar 27, 9:29 pm, Nouv Vitou [EMAIL PROTECTED] wrote: But if I have two different domains taiyocambodia.com and khmer-web.com. I would like to use the session to be used for both. How can I? Can't do it with cookies. Track your sessions on the server-side. Again let me suggest that this

[Prototype-core] Re: $_SESSION of PHP doesn't work with AJAX

2008-03-27 Thread Nouv Vitou
Thanks for your help. Now i can use session in .taiypcambodia.com successfully. The code in setting.php is *ini_set(session.cookie_domain, .taiyocambodia.com); *I can use my session in all subdomains of taiyocambodia.com. But if I have two different domains taiyocambodia.com and khmer-web.com.