296
296
"""Returns a mod_python Session object for this request.
297
297
Note that this is dependent on mod_python and may need to change
303
299
# Cache the session object and set the timeout to 24 hours.
304
300
if not hasattr(self, 'session'):
305
301
self.session = mod_python.Session.FileSession(self.apache_req,