Actually I think the application *is* using cookies - at least for session management. And it is for that reason that the answer to the question is "Yes", you don't need to use 'addtoken="yes"'.
I think 'setclientcookies' relates to client management rather than session management. Cheers, Brett B) AJ Mercer wrote:
should have show that this code is directly after cfappliaction <cflock scope="SESSION" type="READONLY" timeout="5"> <cfcookie name="CFID" value="#SESSION.CFID#"> <cfcookie name="CFTOKEN" value="#SESSION.CFTOKEN#"> </cflock>On 1/15/07, *AJ Mercer* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:Would I be correct is saying that if a site has the following cfapplication set up, that cflocation does not need addtoken="YES" as it is not using cookies? <cfapplication name="DEV" clientmanagement="no"sessionmanagement="yes" sessiontimeout="#CreateTimeSpan(0, 1, 0, 0)#" applicationtimeout="#CreateTimeSpan(0, 4, 0, 0)#"setclientcookies="no" loginstorage="Session"> Thank you, Andrew -- If you are not living on the edge, You are taking up too much space.>
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
