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