Ticket #1555 (closed enhancement: fixed)

Opened 9 months ago

Last modified 9 months ago

Don't update MidCOM login session with every request

Reported by: bergie Assigned to: piotras
Priority: critical Milestone: 8.09.7 Ragnaroek
Component: MidCOM core Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Currently MidCOM authentication session updates the login session object with a timestamp on every request. Instead, we should update it only at an interval, say every 5 minutes.

The current implementation can cost about 6-10% of request processing time and this could easily be saved.

Change History

12/29/09 15:29:39 changed by bergie

  • status changed from new to closed.
  • resolution set to fixed.

(In [24580]) Update session timestamp every 5 minutes instead of every request, fixes #1555

12/29/09 15:43:02 changed by jval

  • component changed from Midgard Apache to MidCOM core.