Page 1 of 1

session problem

Posted: Sat Mar 28, 2009 3:54 am
by itsmani1
Hi

I have 1 domains with 3 sub domains I want to share login on all 3 sub domain and main domain I am using following code and It should work.

Code: Select all

session_set_cookie_params(3600, '/', '.mydomain.com');
session_start();  
Any Idea?

I want to know "has it something to do with server configuration?" or its because of something else?

Thanks.

Re: session problem

Posted: Sat Mar 28, 2009 4:32 am
by requinix
Use something like Firebug to inspect the cookies you're sent and make sure they are what they're supposed to be.

Re: session problem

Posted: Sat Mar 28, 2009 4:45 am
by itsmani1
thanks for your reply

I hope this will fix my problem.

Can you please give me a guess how can i check it in firebug?

Thanks again