ColdFusion session management

http://blog.protogenist.com/?p=778
by samayaranjan • 14 years ago
2 1 14 years ago

ColdFusion session management is enabled by default. It utilizes CFID and CFToken as session identifiers. It sends them to the browser as persistent cookies with every request. If cookies are disabled, developers must pass these values in the URL. Session variables are automatically cleared when the session timeout is reached—but not when the browser closes

Related Stories

Loading related stories...

Source preview

blog.protogenist.com