Out 08 2008

Increased Security With MySQL Based Web Sessions

Categoria: MySQL, PHP=IceBurn= @ 11:29 — 291 visualizações

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.
Continuar a ler o artigo…

Etiquetas: , , , , , , , , ,