posted 10 years ago
I've set up a file management website that requires authentication, which is working fine. I've now been asked to create a page for the user, once they've logged in, to launch a JNLP. My directions were to use the cookie information/authentication to upload a file into the users workspace.
I have been searching the web, since honestly, I'm a bit at a loss on how to start. From what I've read so far, I think I need to:
1. add the following parameters
2. ? This is where I'm stuck. I don't know how to get the cookie, to get the session and servername, to set those values. Is this a separate page/script, that's different from my page that I'm using to launch the JNLP? I have a page called remote.php, which looks like this:
Thank you for any/all help that you can provide!!