logo
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

https://images.unsplash.com/photo-1576717585968-8ea8166b89b8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjAzNTV8MHwxfHNlYXJjaHwzfHxjb29raWVzfGVufDB8fHx8MTcyODg2MTQxM3ww&ixlib=rb-4.0.3&q=80&w=1080
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."

© Cookies y Sesiones 2024, Todos los derechos reservados. Impulsando la creatividad e innovación en cada proyecto.