275
275
"""Returns a mod_python Session object for this request.
276
276
Note that this is dependent on mod_python and may need to change
277
277
interface if porting away from mod_python."""
279
279
if not hasattr(self, 'session'):
283
284
def get_fieldstorage(self):