Out of interest, how are you enabling session variables if you're not using Application.cfm or .cfc?
Just enabling them in the Administrator is not enough - you need to set sessionManagement=true either in your cfapplication tag in Application.cfm, or at the start of your Application.cfc... Seb On 15 Dec 2008, at 20:36, Rick Faircloth wrote: > Thanks for the reply, Seb... > > - session variables enabled...yes > - not application.cfm or .cfc needed in this small test app > > I feel like this has to do with the way Ajax works to pass data > back and forth. It's probably more restrictive that I thought. > > After working with this some more, I've been able to use session > variables, > but in limited ways. > > Still trying... > > Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316783 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

