In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
Sesiones y cookies en PHP
By Maxim López
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
Empieza a crear y mantener cookies
Si quieres dominar la gestión de sesiones y personalizar la experiencia del usuario en tus aplicaciones web, aprender cómo funcionan las cookies en PHP es esencial. Empieza ya !
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
Debemos recordar que las cookies son independientes para cada servidor, unas no tiene que ver con otras.
Además, las cookies no permiten transmitir virus ni acceder al disco duro, es el navegador quien controla sus ficheros de cookies.
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
Aprende sobre las sesiones
Dinamismo, seguridad y personalización. Todo esto y más lo logras con el manejo de sesiones en PHP.
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
Pero... ¿cuál utilizamos?
Simplemente seguiremos estas sencillas reglas:
Cookies
Utilizaremos cookies para almacenar información simple (texto) y no relevante para el funcionamiento de la web.
Sesiones
Utilizaremos sesiones para almacenar datos complejos, o cruciales para el funcionamiento de la web, no simple texto.
PROHIBIDO
No utilizaremos ni una ni otra para almacenar información privada del usuario.
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."
In the right area, tell Kimmy what kind of section you want to add, like "I'd like to add a product introduction here."