I am creating a registry and I have a session $_SESSION['usuario']['cpf']
;
I'm validating the data I get for POST and GET with the filter_input
function of PHP. However, the documentation says: INPUT_SESSION (not implemented yet) . In this case. how do I securely validate my data retrieved from a session for a registration?