|
Posted by Giacomo on 12/11/06 00:28
Madkour ha scritto:
> HI Giacomo,
> Can you post the relevent part of your code?
> I'm not sure how you're using the "session.cookie_domain". Have you
> used it with the cookie set params / get params functions?
> You can also use the setcookie function. More information about it can
> be found on "http://nl3.php.net/setcookie". There is a point written
> about the exact issue you are discussing. It should be possible to use
> the same session cookie among sub-domains. According to the information
> in the above mentioned link, the absence of the '.' before the domain
> name can cause some inconsistencies.
Thanks a lot, I solved it with this code before session_start:
session_set_cookie_params(0 , '', '.mydomain.it');
Thanks again...=)
--
Giacomo
Navigation:
[Reply to this message]
|