Cookies can be set by the client too: http://www.quirksmode.org/js/cookies.html
On 5/8/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > 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. However, in the absence of cookies, you can use a token > sent on every request within URL or form data. Unlike a cookie, though, you > will need to send this on every request; a cookie can be set once, after > which the server can expect to receive the cookie automatically upon > subsequent page requests. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277378 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

