Make API requests stateless
Disable DB session storage. This chews up database space and processing time for a request that will never resume the same session (given the current API model anyway).
Loading
Please register or sign in to comment
Disable DB session storage. This chews up database space and processing time for a request that will never resume the same session (given the current API model anyway).