You can, of course, protect yourself from this:

<cfif StructKeyExists(session, "test") AND session.test EQ true>
     Session Variable evaluated true.
 </cfif>

On 10/5/07, Ian Skinner <[EMAIL PROTECTED]> wrote:
> Give this a try if you have a moment.
>
> Put this code in a file test.cfm.  Note: no <cfapplication ....> tag.
>
> <cfoutput>Session.test: #session.test#</cfoutput>
> <cfif session.test EQ true>
>     Session Variable evaluated true.
> </cfif>
>
> Then call the page with this url:  http://aDomain/test.cfm?session.test=true
>
> Is this discussed or documented somewhere?

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290420
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to