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

2003-06-23 Thread Mike Kear
ve. Cheers, Michael Kear Windsor, NSW, 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

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 p

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 Mike Kear
know it by? And to hand back to the .aspx site a user who's still showing as authenticated, all I have to do is use mailto:[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

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

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 and

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 alrea