From: <php...@li...> - 2010-09-06 02:05:45
|
Hi, I need to access a servlet (not created by me) from a PHP script using file_get_contents, but I need to maintain the same session which at the moment isn't happening. Does anyone have any idea of how (if possible) I can achieve this? I have access to the session and servlet request information in the PHP script, I just need to find a way to send it to the servlet. Thanks, Sincerely, Marta Fernandes |