[ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Emile Melbourne
Hey Everyone, I am currently in the process of building my first secured site. Most pages of the site will be behind a login page. I'm using ColdFusion's Application.cfc onRequestStart function to check if a user is logged in or not. Thats pretty much boiler plate. My concern is how to

Re: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread shawn gorrell
. From: Emile Melbourne emile.melbou...@gmail.com To: discussion@acfug.org Sent: Thursday, December 18, 2008 12:00:42 PM Subject: [ACFUG Discuss] Blocking a ColdFusion website's directory Hey Everyone, I am currently in the process of building my first secured site. Most pages

Re: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread shawn gorrell
). From: Troy Jones t...@dynapp.com To: discussion@acfug.org Sent: Thursday, December 18, 2008 12:19:28 PM Subject: RE: [ACFUG Discuss] Blocking a ColdFusion website's directory Emile, You can create a session variable that exists only when a user is logged in and test for that when

re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Mischa Uppelschoten ext 10
TO:discussion@acfug.org DATE: Thu, 18 Dec 2008 13:25:15 -0500 SUBJECT: Re: [ACFUG Discuss] Blocking a ColdFusion website's directory Emile, From your description, you really need to define what authorized and not authorized means. This will help clarify to the people assisting you

Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Teddy R. Payne
: - -- Original Message -- FROM: Teddy R. Payne teddyrpa...@gmail.com TO:discussion@acfug.org DATE: Thu, 18 Dec 2008 13:25:15 -0500 SUBJECT: Re: [ACFUG Discuss] Blocking a ColdFusion website's directory Emile

Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread shawn gorrell
Melbourne emile.melbou...@gmail.com To: discussion@acfug.org Sent: Thursday, December 18, 2008 2:55:33 PM Subject: Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory Thanks guys for all your responces. Only users who have logged in/authenticated should be should be authorized

Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Emile Melbourne
Dec 2008 13:25:15 -0500 SUBJECT: Re: [ACFUG Discuss] Blocking a ColdFusion website's directory Emile, From your description, you really need to define what authorized and not authorized means. This will help clarify to the people assisting you as to the approach they can suggest

Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Dean H. Saxe
Subject: Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory Thanks guys for all your responces. Only users who have logged in/authenticated should be should be authorized to view these secured pdf files and images. In the future, I imagine specific pdfs will be viewable

RE: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Charlie Arehart
/sandbox_02.html Hope that helps. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Emile Melbourne Sent: Thursday, December 18, 2008 5:24 PM To: discussion@acfug.org Subject: Re: re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory snip Shawn, what

RE: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Charlie Arehart
that's helpful. I do realize it's WAY outside the box. :-) /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Emile Melbourne Sent: Thursday, December 18, 2008 12:01 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Blocking a ColdFusion website's directory Hey Everyone