session problem
Posted: Sat Dec 19, 2009 3:33 am
Hi
I have sub domains on my site and i wanted to use one session across subdomains but i can't.. I am using following code but it's not working
Can anyone tell what's the reason??
Here is my code:
I have sub domains on my site and i wanted to use one session across subdomains but i can't.. I am using following code but it's not working
Can anyone tell what's the reason??
Here is my code:
Code: Select all
session_set_cookie_params(3600,'/','.domain.com');