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 back 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 logged in. > > With the change to .aspx, (and I don't know diddley about .aspx!) is there > an easier and/or more reliable way to handle this login status? How about using HTTP authentication? The headers are sent on every request, so there is no need for complex redirecting. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

