327
332
def add_cookie(self, cookie, value=None, **attributes):
328
333
"""Inserts a cookie into this request object's headers."""
332
Cookie.add_cookie(self.apache_req, cookie, value, **attributes)
337
mod_python.Cookie.add_cookie(self.apache_req, cookie, value, **attributes)
335
340
"""Returns a mod_python Session object for this request.