httpd_sess_close_lru() function
Removes the least recently used client from the session This may be useful if new clients are requesting for connection but max number of connections is reached, in which case the client which is inactive for the longest will be removed from the session.
Return value
- ESP_OK : if session closure initiated successfully - ESP_FAIL : if failed