Re: Passing session from .aspx to .cfm and back

2003-06-23 Thread Jochem van Dieten
Mike Kear wrote: Up till now, when they log in on the .asp area, the action page there passes them to a .cfm template where we create a cold fusion session, then pass them back to the .asp page they were originally looking for. Then when they eventually come to a .cfm page they're already

RE: Passing session from .aspx to .cfm and back

2003-06-23 Thread Mike Kear
What will be in the header if they are authenticated? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, 23 June 2003 9:26 PM To: CF-Talk Subject: Re: Passing session from .aspx to .cfm

Re: Passing session from .aspx to .cfm and back

2003-06-23 Thread Jochem van Dieten
Mike Kear wrote: What will be in the header if they are authenticated? Depends. If you do Basic Authentication there will be a header named Authorization and the value will be the Base64 encrypted username:password string. If you do Digest Authentication, it will be a comma separated list of

RE: Passing session from .aspx to .cfm and back

2003-06-23 Thread Mike Kear
:[EMAIL PROTECTED] Sent: Monday, 23 June 2003 9:46 PM To: CF-Talk Subject: Re: Passing session from .aspx to .cfm and back Mike Kear wrote: What will be in the header if they are authenticated? Depends. If you do Basic Authentication there will be a header named Authorization and the value

Re: Passing session from .aspx to .cfm and back

2003-06-23 Thread Jochem van Dieten
Mike Kear wrote: Sorry if I'm asking really basic questions here, but I'm dealing with a programmer who is on sabbatical in Poland, and is doing the work in his spare time there, (so I can't talk to him on the phone) and he loves to blind people with jargon. So he'll give me gobbledegook

RE: Passing session from .aspx to .cfm and back

2003-06-23 Thread Costas Piliotis
: Re: Passing session from .aspx to .cfm and back Mike Kear wrote: Sorry if I'm asking really basic questions here, but I'm dealing with a programmer who is on sabbatical in Poland, and is doing the work in his spare time there, (so I can't talk to him on the phone) and he loves to blind

RE: Passing session from .aspx to .cfm and back

2003-06-23 Thread Mike Kear
, Australia AFP Webworks. -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED] Sent: Tuesday, 24 June 2003 5:34 AM To: CF-Talk Subject: RE: Passing session from .aspx to .cfm and back Sorry to jump into this thread a bit late, but why not use client variables in cfmx, store