>This is incorrect. You can enable either Session or Client variables >without the other.
A quickee test confirmed that. I stand corrected.
Paul,
Code from the test I ran to chk the above out is below. First ran it with cookies on, setting a cookie on localhost. Then ran it with cookies off as it is now. the app still shows matching values. The cookie that was already set is still in use despite the app setting.
I ran into this ages ago and forgot about it. If testing for cookieless ops I had to zap my own local cookie first.
<cfapplication
name="test2"
sessionmanagement="no"
clientmanagement="yes"
setclientcookies="No">
<html><head><title></title></head><body>
<cfoutput>
#client.cfid#_#client.cftoken#<br>
#cookie.cfid#_#cookie.cftoken#<br>
<a href="" me</a>
</cfoutput>
</body></html>
--
-------------------------------------------
Matt Robertson, [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-------------------------------------------
--
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

