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