truncated the previous messages. I've reposted a reply on my blog here:
http://www.talkingtree.com/blog/index.cfm?data=""> <http://www.talkingtree.com/blog/index.cfm?data=""
_____
From: M Lane [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 30, 2004 3:37 AM
To: CF-Talk
Subject: Re: J2EE SessionID with CFMX6.1 and Applets
Ok, perhaps I need to clarify. I pass the variables via the URL as a
parameter into the applet. This works on CFMX 6.1 as long as J2EE is not
enabled. I pass the CFID and CFTOKEN using
"filename.cfm?CFID=1234&CFTOKEN=5678" and the applet IS able to access the
session variables of the user.
However, on CFMX 6.1 using J2EE passing in CFID and CFTOKEN fails, as I
would have expected, since CFID and CFTOKEN aren't used in J2EE the
SESSIONID (and JSESSIONID) values are used instead.
However, when I try to pass the JSESSIONID (or SESSIONID) into the applet as
a parameter using "filename.cfm?JSESSIONID=1234" or using
"filename.cfm;JSESSIONID=1234" Coldfusion ignores the passed values and
assigns a new SESSIONID. Since there is a new SESSIONID none of the existing
session values are accessible. I need the applet to access the exact same
session variables as the user.
I would greatly appreciate any insights into this as it is driving me nuts
:)
Thanks!
Mark
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

