- http_gc_sessions is det[private]
- http_gc_sessions(+TimeOut) is det[private]
- Delete dead sessions. There are two modes. if gc(passive)is active (default), session GC is executed if a new session is created and if the last GC was more thangranularityago. Ifgc(active)is on, a thread is created that runs the session GC everygranularityseconds.http_gc_sessions/0 is called each time when a session is created.