[PHP] Sharing Cookies with Java?

2003-07-01 Thread Jiann-Ming Su
Can php share cookies with java servlets? Specifically, can php use cookies written by a java servlet? -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: Replacing JSP with PHP?

2003-02-19 Thread Jiann-Ming Su
ct in your servlet. http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletResponse.html#encodeRedirectURL(java.lang.String) -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division -- PHP General Mailing

[PHP] Replacing JSP with PHP?

2003-02-18 Thread Jiann-Ming Su
Is it possible to replace JSP and use PHP to encapsulate our page rendering code? We're running a java servlet that needs to be integrated with a PHP front end. I've given up on trying to run php as a java servlet. I know this is a strange request, but thanks for any tips. -- Jia