[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 isn't the right list for you. This is
for discussion of the development of Prototype and is not for support
questions of any kind. I'd try a PHP mailing list (http://www.php.net/
mailing-lists.php).

Good luck,
Andrew
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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.
I would like to use the session to be used for both. How can I?



Thanks all.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---