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