Tag Archives: session

Security tips for a web developer

Every web application has two sides. The client side and the server side. Everything on the client side can be changed, and most of the security problems happens when you trust in the client. With a simple proxy (like webscarab) you can edit the fields that were validated using javascript. That’s why you always need [...]

Posted in Internet, play, Software Development | Also tagged , , , | Leave a comment