Best way to filter (validate) rescued $_SESSION data

Asked

Viewed 60 times

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?

1 answer

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.