>>Can php share cookies with java servlets?  Specifically, can php use
>>cookies written by a java servlet?
>
>I don't know about Java, but JavaScript can use php cookies and
>vice-versa.

A cookie is a cookie is a cookie, regardless of the originating technology
-- browsers should treat them all identically, so your only restrictions
will be the ones built into HTTP itself. See the RFC (linked from the
php.net cookie docs) or netscape's info for a few brief notes on the
various restrictions placed on cookie data:

        http://wp.netscape.com/newsref/std/cookie_spec.html

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html


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

Reply via email to