I created a context for my website, using the credentials for a user I previously created, then I tried the Spider and it discovered a hidden page (show_profile.php) as expected.
The problem is that in that page there is a button that sends the user to another page (update.php), used to modifying the personal profile, which I know is vulnerable to Reflected XSS, but somehow ZAP doesn't see it.
Also, the page used to modify the profile (update.php) has as response the main page of that website (this redirection should happen only if the user isn't logged)
I thought that it could be a session problem, so I tried the authentication tester, and as I said previously it gives session handling error.
MC