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