> What I'm up to now: I simply set Apache's mod_proxy to go to my Restlet > server. So, now that they're on the same host/port, Restlet should have > access to the PHP-generated cookie in the client. I just need to translate > my cookie-encoding code to PHP so that I can share my cookies between PHP > and Java, and I'm set. >
Smart solution. It is always nice to see loose coupling over HTTP in action.

