Hi everyone! I am having a problem and hopefully someone here can give me a hand. I have an appication running in J2EE, CFMX 6.1. When the user logs in to the system, a series of session values are set. On one of the pages, a java applet runs that uploads a file. I need to share the user's SESSION values with the applet so the system knows what to do with the file and the security measures don't activate.


I tried passing URLtoken in the URL that the applet uses, but this fails. I also attempted to put the jsessionID in the URL as index.cfm;jsessionID=1234


None of the approaches that I have used so far work. The Java console shows that that applet is being caught by the security system and isn't seeing any of the user's session values. Can someone please tell me how to pass the session values to an applet?


Thanks,

Mark


---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to