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)
282
275
"""Returns a mod_python Session object for this request.
283
276
Note that this is dependent on mod_python and may need to change
284
277
interface if porting away from mod_python."""
286
279
if not hasattr(self, 'session'):
291
283
def get_fieldstorage(self):