Jason binger wrote:
> I am currently doing some work with CF MX 6.1 and was
> wondering if anyone had some information on the
> strength of the CF cookie implementation.
Since CFMX it has been an option to use J2EE session management. In
this case, the session would be indentified by the J2EE jsessionid.
The CFID/CFTOKEN method is still available for backwards compatibility,
but may be disabled via a server setting.
from:
<http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/shared10.htm>
<quote>
You can configure ColdFusion MX to use J2EE servlet session management
instead of ColdFusion session management for session variables. This
method of session management does not use CFID and CFToken values, but
does use a client-side jsessionid session management cookie. For more
information on using J2EE session management, see ColdFusion and J2EE
session management.
</quote>
more here:
<http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18232>
--rt
Received on May 11 2005