In the first post about XSS, we took a look at the basics of it and analyzed its most simple form. Now it's time to dig deeper. Persistent XSS This category is a bit more sophisticated than the previous one. It is referred to as "persistent cross site scripting." The difference from the reflected type is that this persists ... Continued