2
I am creating a register and I have a session $_SESSION['usuario']['cpf']
;
I am validating the data I receive by POST and GET with the function filter_input
PHP. However, the documentation says: INPUT_SESSION (not implemented yet). In this case. how should I securely validate my rescued data from a Session for a Registration?