> > > Anyone know if its possible for the client to set a > > > cookie for the server to reply with in the same fashion > > > that the server asks the client to maintain state across > > > http requests? > > > > No, that's not possible, in that a cookie refers to a > > specific kind of token set by the server. > > Cookies can be set by the client too: > > http://www.quirksmode.org/js/cookies.html
Right, but it will behave just like any other cookie; the server will not reply with a token on each subsequent page response, which is why I didn't bother mentioning this edge case. The server could certainly test for the existence of the cookie (just like any other cookie), but that's not what the original poster asked about. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277494 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

