Skip to content

Add CloseSession RPC

John Cai requested to merge jc-evict-batch-cache into master

In order to signal the catfile cache that it can evict a session_id, we need an RPC that rails middleware can call at the end of a rails request lifecycle

Merge request reports