Skip to main content
Known Participant
June 27, 2010
Question

Is cflock necessary when using #Session.URLToken# to append CFID and CFTOKEN to a URL?

  • June 27, 2010
  • 1 reply
  • 415 views

Title pretty much says it all.  I'm in the process of making my application friendly to folks without cookies.  The site uses a login.  I'm in the process of appending Session.URLToken to every URL and form action, to track a user session without cookies (if necessary).

Do I need to place a CFLOCK around EVERY code block that contains a URL, since I'm referencing a session variable?  I assume not since that would be utterly impractical (plus I'm not modifying any information)... but I thought I should check, 'cause if I'm wrong there's probably potential for all SORTS of issues here.

Thanks!

Joe

    This topic has been closed for replies.

    1 reply

    Inspiring
    June 27, 2010

    no