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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to