I
believe that you'd need to have the same value for the NAME attribute of the
CFAPPLICATION tag for that to work. There are other ways around it, like
storing the value in a database with the CFID and CFTOKEN as keys to the record,
and then retrieving the value from the second application. You could also
use a text file on the server as well (perhaps name it with the CFID and
CFTOKEN), but that might be slower.
On
second thought, I'm not sure if that world work. Perhaps each application
will generate a new CFID/CFTOKEN. I'll test that out and see what
happens.
Bob
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Erik Fenkell
Sent: Friday, 15 March 2002 9:12 a.m.
To: [EMAIL PROTECTED]
Subject: [CFTALKTor] session variable and application.cfmHi Everybody,Quick question. Is it possible to pass session variables between two different applications (application.cfm). I seem to be unable to do so.Thanks,Erik
