Browse by Tags
All Tags »
Java (
RSS)
Let's suppose I wanted to steal a car. One way I could do it is to buy a car, make a copy of the key, sell the car to a victim, tail them and then drive the car away with my copied key while the unsuspecting victim is off purchasing a Frappucino. Maybe...
HttpOnly is an HTTP cookie property originally developed by Microsoft that makes cookies "non-scriptable" - any attempts to access the cookie value through JavaScript will fail. HttpOnly mitigates the threat of session hijacking through cross-site scripting...
A vast amount of server-side development is J2EE. Huge, multi-national corporations run on it exclusively. But, it wasn't always that way…. Back in the early days of Java, the client-side Applet was king. The partnership with Netscape thrust the Java...