> The reason I initially thought of this was that I was unsure > whether users > would or would not have cookies enabled, so URL variables > became a good way > to maintain state across pages.
It is possible to use session variables without Cookies. You just need to pass the #URLToken# variable with each URL like this: <A HREF="foo.cfm?<CFOUTPUT>#URLToken#</CFOUTPUT>">Foo</A> Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

