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