alt.cflock.die.die.die :: clusters and state management with cold fusion


What are we using it for?

How We Use It:
  • Detailed user tracking (session_create.cfm is one-stop statistics shopping)
  • Completely cluster safe (no stranded sessions)
  • Manual session cleanup gives holy grail of CF state management: OnSessionEnd()
  • Modifications to user sessions/data collection does not require DB changes


Want to Track query_string of User?
  • Add request.query_string = CGI.query_string to session_create.cfm
  • Let cook for a few minutes to filter into all sessions
  • Modify session_clean.cfm to parse/process this value

>>> Review of our system