I have an action on my site:
http:
This will cause the current user to log out of his session. Since this is a simple GET request, an attacker can either create links to this page, or even put this link in the image attribute src, which will force users to log out. Anyway, I would like to keep the exit link simple without going too far, but at the same time I would like to be able to prevent the scenario described above.
Any ideas?
Scott source
share