272
272
mod_python.util.redirect(self.apache_req, location)
274
def add_cookie(self, cookie, value=None, **attributes):
279
Cookie.add_cookie(self.apache_req, cookie, value, **attributes)
275
282
"""Returns a mod_python Session object for this request.
276
283
Note that this is dependent on mod_python and may need to change