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?




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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

Reply via email to