I thought about using Application.cfc, but with about 2 weeks worth of
CFML experience, I don't know where to start.
I can just keep it in memory, since I'm only aiming at protecting the
ad deletion page, I'm expecting quite low traffic to that page.

I'm not asking for anyone to do my homework for me, just to help get
me pointed in the right direction.

So far the classifieds has email based verification, thumbnails,
categories, passworded ad deletion, etc. and now I'm looking at
implementing CKEditor to get nicer looking ads while sanitizing the
input, as well as the hacking protection, after that it's time to
deploy version 1.

If it turns out good enough I plan to rework it to be a bit more
suited, and release it open source as a deployable OpenBD/CFML
classifieds system.

On Jan 2, 11:51 pm, Matthew Woodward <[email protected]> wrote:
> On Mon, Jan 2, 2012 at 9:43 PM, Trenatos <[email protected]> wrote:
> > I know the theory behind it, I just don't know how to implement it in
> > CFML.
>
> It'll be easier to provide specific code snippets if we know your preferred
> high-level solution. Are you looking to do this on a specific page only, or
> on all requests? Also depending on the level of traffic you expect you
> might store things in memory vs. in a database, but that would completely
> depend on the traffic.
>
> CFML has a special file called Application.cfc that when placed in a
> directory kicks in at various lifecycle points (application start/end,
> session start/end, request start/end, etc.) so that might be something to
> look into depending on how specifically you'd like to track things.
>
> With a high-level idea of your ideal solution we can point you in the right
> direction.
>
> --
> Matthew Woodward
> [email protected]http://blog.mattwoodward.com
> identi.ca / Twitter: @mpwoodward
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

     Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012

Reply via email to