Oct 08 2008

Increased Security With MySQL Based Web Sessions

Category: MySQL, PHP=IceBurn= @ 11:29 am — 27 views

Sessions are advantageous for activities such as performing log in operations and associating a logged-in user with consecutive requests, tracing multiple-stage online ordering processes and more.

However HTTP is a stateless protocol, which means that web servers treat every request independently of any other. This is where server-side session storage kicks in, but there’s still some security risks.

Continue reading…

Tags: , , , , , , , , ,