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
299
303
# Cache the session object and set the timeout to 24 hours.
300
304
if not hasattr(self, 'session'):
301
305
self.session = mod_python.Session.FileSession(self.apache_req,