If the different applications are on the same domain/ip you should use this:
("myCookie","$cookie_value",$timeToExpire);

note the missing parameter at the end


--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com

"Gaylen Fraley" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I need to create a cookie that is accessible from more than 1 application,
> but on the same server.  What would be the proper syntax?  What I tried
was
> setcookie ("myCookie","$cookie_value",$timeToExpire,'/');  Right or wrong
or
> impossible?  Should I not have used the "/"?  Thanks.
>
> --
> Gaylen
> PHP KISGB v4.0.5 Guest Book http://www.gaylenandmargie.com/phpwebsite/
> PHP KISSQ v1.0 Stock Quote http://www.gaylenandmargie.com/phpwebsite
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to