Tag

sessions

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jun 11, 2024 · Backend Development

Understanding Laravel Sessions: Benefits, Drivers, and Practical Usage

This article explores Laravel's session mechanism, explaining its advantages, the various session drivers (file, database, Redis, Memcached), and provides a practical code tutorial for storing, retrieving, and checking session data, helping developers enhance user experience, security, and application scalability.

BackendLaravelPHP
0 likes · 7 min read
Understanding Laravel Sessions: Benefits, Drivers, and Practical Usage
php中文网 Courses
php中文网 Courses
Sep 29, 2023 · Backend Development

Using PHP Sessions and Cookies to Enhance Web Applications

This article explains how PHP sessions and cookies work together to manage user data, improve authentication, shopping carts, and personalization, providing code examples and best practices for secure, seamless web application development.

AuthenticationPHPWeb Development
0 likes · 7 min read
Using PHP Sessions and Cookies to Enhance Web Applications
Architect's Guide
Architect's Guide
Jul 2, 2023 · Information Security

Authentication, Authorization, Credentials, Cookies, Sessions, Tokens and JWT Overview

This article provides a comprehensive overview of authentication and authorization concepts, explains the roles of credentials, compares cookies and sessions, discusses session scaling strategies, introduces token‑based authentication and JWT structure, and highlights security considerations and common encryption algorithms.

AuthenticationJWTTokens
0 likes · 32 min read
Authentication, Authorization, Credentials, Cookies, Sessions, Tokens and JWT Overview
php中文网 Courses
php中文网 Courses
Nov 12, 2020 · Information Security

10 Steps for Securing a PHP Application

This guide presents ten concrete PHP configuration tweaks—including longer session IDs, restricted session storage, hardened cookies, open_basedir limits, and disabled risky functions—to substantially improve the security of a PHP app, with ready‑to‑use Docker‑compatible commands.

PHPbest practicesconfiguration
0 likes · 6 min read
10 Steps for Securing a PHP Application
Architecture Digest
Architecture Digest
Apr 8, 2020 · Backend Development

Differences Between Cookies and Sessions and Solutions for Distributed Session Consistency

This article explains the distinction and relationship between cookies and sessions, describes how sessions work in web applications, and compares four approaches—client‑side storage, session replication, Nginx session affinity, and Redis‑based session storage—for achieving consistent distributed session management.

NginxRedisbackend development
0 likes · 10 min read
Differences Between Cookies and Sessions and Solutions for Distributed Session Consistency