apache httpclient and spawning a browser that will share the session

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-02-10T15:17:36Z Indexed on 2010/06/12 20:02 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

I'm have a java program that uses Apache httpclient api. This is used to login to and communicate to a webapp. Once logged in, there's a situation in which the program issues an execute process to open up firefox to hit the webapp and allow the user to see data in the browser. Since the java program is already logged in, is there a way to share that current session PHPSESSID so that the spawned firefox is already logged in and working in that same session?

© Stack Overflow or respective owner

Related posts about java

Related posts about php