Jed Parsons wrote: > > Oh, cool. That's kind of magical. :) > > It looks like I can't get the RESPONSE that way, so if I want to do a > RESPONSE.setCookie(...) somewhere, I have to pass REQUEST and RESPONSE > as before, yes?
No, RESPONSE is a subobject of REQUEST - see python scripts as an example :-) Regards Tino _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
