> but gets 'redirection limit for this url exceeded etc' using firefox
with
> cookies enabled, why won't the page load, sharing enabled on the
folder as
> well?
Have you stated in your Application.cfm those files that can be served
without being logged in?
<cfif not isDefined("session.Loggedin") and cgi.script_name neq
"ssfrmtry.cfm">
<cflocation url="ssfrmtry.cfm">
</cfif>
Otherwise, you're going to get stuck in an infinite loop when it's
redirected from ssfrmtry.cfm to ssfrmtry.cfm, ad nauseam.
Regards
--
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by
activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]