Hi,
I have a cfm page that needs access to https site to get files back to my
server, here is my problem and question.
In order for me to get the file, I will need to login to https site first then
click one submit form to get the file. I am able to use cfhttp to send username
and password and Logon successful. BTW on the https site is use Servelt to
verify username and password,the servelt is running on JRUN.
But, in order for me to get the file, I will need to send another cfhttp to
access the 2nd page, but it tells me that I am not logged on when I try to
access the 2nd page.
here is my questions:
1. when I use cfhttp to access to either http or https, is that a new instance
to the server that I am try to access to it?
2. Actually, JRUN Server is the server that I am try to use cfhttp to get access
to it, is there a way for me to use 2 cfhttp and it will knows that is one
instance instead of 2 instances.
Is there a way to catch the jrunsessionid and the value so I can attached that
jrunsessionid and value on my 2nd cfhttp?
Thank you for any suggestion
YC
Couple thoughts...
1. If you could do that, you'd end up renaming the array each
time the value
of "i" changed in the loop. But maybe that's what you wanted.
2. Java syntax doesn't allow an assignment operator to have an
expression on
the left-hand side.
Scott Stirling
JRun QA
-----Original Message-----
From: Robert Jacobs
To: JRun-Talk
Sent: 4/17/01 7:34 PM
Subject: Dynamic Naming for Array
I have a question for all of you java programmers out there.
Does anyone know how to dynamically name an object.
I wanted to create and array in a loop and name the array
dynamically
based
on the index value for the loop.
etc ......
for(i=0; i<=n;i++) {
Object[] obj_+dynamic value of i+ = new Object[SIZE];
Is that possible in Java or will have have to put the object
arrays in
the position of another array? Any help would be appreciated.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists