Tagged articles
123 articles
Page 1 of 2
Java Architect Essentials
Java Architect Essentials
May 19, 2026 · Backend Development

Why Storing Tokens in Redis Is the Right Answer in Interviews

The article explains why many interviewers mock the Redis‑based token design, then systematically presents technical and security reasons—controllable logout, multi‑device SSO, high performance, dynamic permissions—and provides concrete implementation details, comparison with pure JWT, and best‑practice responses.

AuthenticationBackend SecurityJWT
0 likes · 6 min read
Why Storing Tokens in Redis Is the Right Answer in Interviews
Su San Talks Tech
Su San Talks Tech
May 12, 2026 · Artificial Intelligence

Managing All Claude Code AI Sessions with the New Agent View

Claude Code’s new Agent View lets developers open a single terminal interface to launch, monitor, and control multiple AI coding sessions, offering commands for background tasks, a Peek preview panel, Attach deep‑dive mode, git worktree isolation, status icons, and a full shortcut reference, all without losing sessions when terminals close.

AI CodingAgent ViewCLI
0 likes · 10 min read
Managing All Claude Code AI Sessions with the New Agent View
ShiZhen AI
ShiZhen AI
Apr 22, 2026 · Artificial Intelligence

35 Practical Claude Code Tips with Ready‑to‑Use Commands

This article presents 35 hands‑on Claude Code techniques, each paired with a ready‑to‑use command or prompt, covering project initialization, session management, code quality, architecture review, automation, documentation, dependency handling, debugging, and recovery to help developers harness the AI coding assistant efficiently.

AI AssistantAutomationClaude Code
0 likes · 18 min read
35 Practical Claude Code Tips with Ready‑to‑Use Commands
AI Programming Lab
AI Programming Lab
Apr 21, 2026 · Artificial Intelligence

Mastering Claude Code’s 1M Context: Anthropic’s Five Essential Management Strategies

The article breaks down Anthropic’s official guidance on handling Claude Code’s expanded 1‑million‑token context window, explaining the concept of context rot and detailing five concrete actions—Continue, Rewind, Clear, Compact, and Subagents—along with when and how to apply each to keep the model focused and cost‑effective.

AI coding assistantAnthropicClaude Code
0 likes · 11 min read
Mastering Claude Code’s 1M Context: Anthropic’s Five Essential Management Strategies
Java Captain
Java Captain
Apr 21, 2026 · Backend Development

Why Storing Tokens in Redis Beats Stateless JWT in Real‑World Interviews

The article explains why many interviewers dismiss Redis‑backed token storage as a bad design, then systematically demonstrates how Redis + token offers controllable logout, multi‑device support, high performance, dynamic permission refresh, and scenario‑driven architecture choices, providing concrete response scripts and advanced enhancements for interview success.

AuthenticationBackendInterview Tips
0 likes · 6 min read
Why Storing Tokens in Redis Beats Stateless JWT in Real‑World Interviews
SuanNi
SuanNi
Apr 20, 2026 · Artificial Intelligence

How to Stop Context Rot in Claude Code: Rewind, Compact, and Sub‑Agents

This guide explains why massive token windows can cause context rot in Claude Code, demonstrates how to monitor usage, and walks through the /rewind, /clear, and /compact commands plus sub‑agent techniques to keep the model’s context clean and efficient.

AI prompt engineeringClaudeSession Management
0 likes · 8 min read
How to Stop Context Rot in Claude Code: Rewind, Compact, and Sub‑Agents
AI Step-by-Step
AI Step-by-Step
Apr 19, 2026 · Operations

Seamless Cross‑Domain Connections in Hermes Agent via Gateway Boundary Separation

Hermes introduces a layered Gateway architecture that cleanly separates entry points—CLI, messaging platforms, and HTTP—from the core AIAgent, enabling stable reuse across multiple channels while handling streaming adaptation, session routing, approvals, execution isolation, and deployment packaging in a unified control plane.

AgentExecution IsolationHermes
0 likes · 14 min read
Seamless Cross‑Domain Connections in Hermes Agent via Gateway Boundary Separation
Architect
Architect
Apr 16, 2026 · Artificial Intelligence

Mastering Claude Code: Session Management Strategies for 1M Context Windows

This article analyzes Anthropic's Claude Code session‑management features, explaining how context rot limits effective token usage, what the 1 M‑token window actually stores, and when to use the five built‑in actions—Continue, /rewind, /clear, Compact and Subagent—to keep long‑running AI tasks reliable and efficient.

AI agentsClaude CodeContext Window
0 likes · 18 min read
Mastering Claude Code: Session Management Strategies for 1M Context Windows
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 26, 2026 · Artificial Intelligence

How OpenClaw’s Sandbox and Memory Architecture Powers Secure AI Agents

This article provides an in‑depth technical analysis of OpenClaw’s sandbox isolation, hybrid memory search, session lifecycle, skill loading, node architecture, and configuration management, showing how each component contributes to secure, extensible, and performant AI agent operations.

AIConfigurationSession Management
0 likes · 39 min read
How OpenClaw’s Sandbox and Memory Architecture Powers Secure AI Agents
Architect
Architect
Mar 17, 2026 · Artificial Intelligence

Why Your OpenClaw Bot Doesn’t Reply: Diagnose the 5 Hidden Layers

The article explains that most OpenClaw issues stem from mixing up five core layers—channel, account, agent, session, and memory—and provides a step‑by‑step troubleshooting guide to isolate the problem, verify each layer, and configure the system for reliable responses.

ChatbotDebuggingMessage Routing
0 likes · 17 min read
Why Your OpenClaw Bot Doesn’t Reply: Diagnose the 5 Hidden Layers
Alibaba Cloud Native
Alibaba Cloud Native
Jan 27, 2026 · Cloud Native

How Serverless Sandboxes Power Secure AI Agents

This article explains how lightweight security sandboxes in serverless function compute provide strong process isolation, elastic resource scaling, and pay‑per‑use economics, enabling AI agents to execute untrusted code safely while supporting session lifecycle management, protocol extensions, and cost‑effective billing models.

AI AgentCloud NativeFunction Compute
0 likes · 12 min read
How Serverless Sandboxes Power Secure AI Agents
Java One
Java One
Jan 24, 2026 · Artificial Intelligence

Master Claude Code: Unlock AI‑Powered Terminal Coding

This guide explains Claude Code’s agent loop, model choices, built‑in tool categories, project access scope, session handling, checkpoint and permission controls, and practical tips for efficiently using the AI‑driven terminal assistant to write, test, and refactor code.

AI coding assistantAgent LoopCheckpoint
0 likes · 15 min read
Master Claude Code: Unlock AI‑Powered Terminal Coding
AI Insight Log
AI Insight Log
Jan 16, 2026 · Artificial Intelligence

Open‑Source Clone of Claude Cowork Breaks Limits and Enables Model Swapping

The open‑source Claude‑Cowork project, built by DevAgentForge, recreates Anthropic’s Claude Cowork as a desktop GUI wrapper for Claude Code, adding real‑time streaming, syntax‑highlighted code, session management via SQLite, and cross‑platform Electron support, while remaining compatible with Claude Code’s configuration and allowing any Anthropic‑compatible model to be used.

AI AssistantClaudeDesktop App
0 likes · 7 min read
Open‑Source Clone of Claude Cowork Breaks Limits and Enables Model Swapping
php Courses
php Courses
Nov 26, 2025 · Information Security

How to Harden Your PHP Applications Against Common Attacks

This guide outlines essential PHP security best practices—including timely updates, prepared statements, output escaping, safe file uploads, session hardening, server configuration, input validation, framework usage, and additional tools—to help developers protect web applications from prevalent threats.

SQL injectionSession ManagementWeb
0 likes · 8 min read
How to Harden Your PHP Applications Against Common Attacks
Alibaba Cloud Native
Alibaba Cloud Native
Oct 24, 2025 · Cloud Native

Why Upgrade to MCP Streamable HTTP? Boost Performance and Session Management in Serverless

This article explains the limitations of the traditional HTTP+SSE transport for MCP, introduces the new MCP Streamable HTTP protocol with its unified endpoint, on‑demand streaming and session recovery features, and shows how it improves connection count, success rate, latency, and overall reliability for serverless function compute workloads.

Function ComputeMCPServerless
0 likes · 20 min read
Why Upgrade to MCP Streamable HTTP? Boost Performance and Session Management in Serverless
Lobster Programming
Lobster Programming
Aug 25, 2025 · Information Security

Storing User Sessions in SSO: Cookie+Session, Redis, and JWT Solutions

This article explains common approaches for storing user login state in distributed single sign‑on systems, covering the simple cookie‑plus‑session method, session storage in Redis for high‑availability, and token‑based JWT solutions, while discussing their architectures, advantages, and potential drawbacks.

JWTSession ManagementSingle Sign-On
0 likes · 6 min read
Storing User Sessions in SSO: Cookie+Session, Redis, and JWT Solutions
Architect's Guide
Architect's Guide
Aug 24, 2025 · Information Security

Master Session Management and SSO: From Cookies to CAS with Java Code

This article explains traditional session mechanisms, the challenges of session handling in clustered environments, explores session sharing strategies, introduces single sign‑on concepts, compares CAS and OAuth2, and provides complete Java code examples for implementing SSO with Redis.

CASJavaSession Management
0 likes · 14 min read
Master Session Management and SSO: From Cookies to CAS with Java Code
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 14, 2025 · Cloud Computing

How Cloud Connect Network v1 Optimizations Boost Performance and What Challenges Remain

This article explains the Cloud Connect Network (CCN) background, describes the V1 optimization that switched packet forwarding to a session model, outlines the resulting issues, proposes a route‑based session list redesign, presents performance test results, and discusses future enhancements for high‑performance cloud networking.

DPDKPerformance OptimizationSession Management
0 likes · 10 min read
How Cloud Connect Network v1 Optimizations Boost Performance and What Challenges Remain
php Courses
php Courses
Jul 11, 2025 · Backend Development

Give Your PHP Scripts Memory: State Persistence Techniques for Smarter Apps

This article explains how modern PHP can retain information across requests using state persistence methods such as file logging, Redis caching, and machine‑learning integration, and provides concrete code examples for building intelligent response optimizers and secure, evolvable architectures.

PHPSession Managementmachine learning
0 likes · 5 min read
Give Your PHP Scripts Memory: State Persistence Techniques for Smarter Apps
php Courses
php Courses
Jun 18, 2025 · Information Security

Why Most PHP Auth Systems Are Insecure and How to Build a Truly Safe One

This article reveals common security flaws in typical PHP authentication implementations—such as misconceptions about session safety, weak password storage, inadequate CSRF protection, missing rate limiting, and lack of multi‑factor authentication—and provides concrete best‑practice steps, including modern password hashing, strict session management, HTTPS enforcement, comprehensive CSRF defenses, intelligent rate limiting, MFA support, and regular security audits.

CSRFMFAPHP
0 likes · 5 min read
Why Most PHP Auth Systems Are Insecure and How to Build a Truly Safe One
Code Ape Tech Column
Code Ape Tech Column
Jun 12, 2025 · Information Security

How to Build Single Sign‑On (SSO) with CAS and Session Sharing in Java

This article explains why multiple independent login systems hurt user experience and security, reviews traditional session mechanisms and their limitations in clustered environments, and then presents two session‑sharing strategies and a complete CAS‑based SSO solution with Java code examples.

AuthenticationCASJava
0 likes · 15 min read
How to Build Single Sign‑On (SSO) with CAS and Session Sharing in Java
AI Large Model Application Practice
AI Large Model Application Practice
Jun 3, 2025 · Backend Development

Scaling Human‑in‑the‑Loop Agents to Distributed Environments with Robust Fault Recovery

This article explains how to extend a single‑process Human‑in‑the‑Loop (HITL) agent to a distributed, multi‑user API service using FastAPI, detailing session management, interrupt handling, client and server fault‑recovery strategies, and providing concrete code snippets and architectural diagrams.

Distributed SystemsHuman-in-the-LoopLangGraph
0 likes · 16 min read
Scaling Human‑in‑the‑Loop Agents to Distributed Environments with Robust Fault Recovery
php Courses
php Courses
Apr 17, 2025 · Backend Development

Using session_start in PHP: Basics, Lifecycle Control, and Destruction

This article explains how to correctly use PHP's session_start function, demonstrates basic session handling, shows how to control session lifetime with session_set_cookie_params, and describes how to destroy a session using session_destroy, providing practical tips for effective backend session management.

Backend DevelopmentPHPSession Management
0 likes · 4 min read
Using session_start in PHP: Basics, Lifecycle Control, and Destruction
Radish, Keep Going!
Radish, Keep Going!
Mar 8, 2025 · Operations

Boost Your Productivity: Master tmux Basics in 10 Minutes

This guide introduces tmux, a terminal multiplexer, explaining how to create, detach, and reattach sessions, manage windows, panes, and shortcuts, and provides installation steps and useful aliases, enabling developers to maintain persistent work environments and boost command‑line productivity.

Session Managementcommand-linepane
0 likes · 9 min read
Boost Your Productivity: Master tmux Basics in 10 Minutes
php Courses
php Courses
Jan 17, 2025 · Backend Development

Understanding PHP Session Management: Concepts, Functions, and Best Practices

This article explains the fundamentals of PHP session management, covering how sessions store and transmit user data across pages, essential functions like session_start() and $_SESSION, practical code examples, and common pitfalls to avoid for secure and efficient web applications.

Backend DevelopmentPHPSession Management
0 likes · 6 min read
Understanding PHP Session Management: Concepts, Functions, and Best Practices
dbaplus Community
dbaplus Community
Dec 29, 2024 · Information Security

Why Many Developers Warn Against Using JWTs for Authentication

This article explains what JSON Web Tokens are, outlines their typical usage flow, and critically examines their drawbacks such as size overhead, redundant signatures, revocation challenges, stale data, lack of encryption, and broader security concerns.

AuthenticationJWTSecurity
0 likes · 6 min read
Why Many Developers Warn Against Using JWTs for Authentication
Architect
Architect
Dec 6, 2024 · Backend Development

Microservice Permission Design and Implementation with Shiro in Spring Boot

This article presents a comprehensive guide to designing and implementing fine‑grained permission control for microservices using Apache Shiro, covering the architectural design, shared session handling with Redis, custom cache and session managers, realm implementation, and practical testing across user and video services.

AuthorizationSession ManagementShiro
0 likes · 24 min read
Microservice Permission Design and Implementation with Shiro in Spring Boot
php Courses
php Courses
Nov 14, 2024 · Information Security

Best Practices for Securing Laravel Web Applications

This article outlines essential Laravel security practices, including built‑in authentication, CSRF protection, input validation, HTTPS enforcement, secure session handling, regular dependency updates, and rate limiting, providing developers with concrete steps to protect web applications from common attacks.

AuthenticationCSRFHTTPS
0 likes · 6 min read
Best Practices for Securing Laravel Web Applications
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 12, 2024 · Cloud Computing

How Session‑Based Acceleration Cuts Cloud Connect Latency from 500 ms to 1 ms

This article examines the Cloud Connect Network gateway architecture, identifies performance bottlenecks in the V1 packet‑forwarding process, proposes a session‑based optimization that reduces query complexity from O(n) to O(1), and validates the improvement with latency tests showing a drop from 500 ms to about 1 ms.

DPDKSession ManagementVXLAN
0 likes · 11 min read
How Session‑Based Acceleration Cuts Cloud Connect Latency from 500 ms to 1 ms
Lobster Programming
Lobster Programming
Oct 23, 2024 · Backend Development

How to Enforce Single-Device Login with Session, Token, and JWT

This article explains three backend strategies—session‑cookie, token, and JWT—to ensure an account can only be active on one device at a time, detailing the workflow, data structures, and Redis integration needed to implement forced logout across multiple endpoints.

JWTSession ManagementSingle Sign-On
0 likes · 6 min read
How to Enforce Single-Device Login with Session, Token, and JWT
Architect's Guide
Architect's Guide
Sep 18, 2024 · Backend Development

Understanding Cookie+Session, Distributed Session Sharing, and ThreadLocal for Maintaining User Login State

This article explains the limitations of traditional Cookie+Session authentication, explores distributed session sharing techniques such as replication, sticky sessions, and centralized storage, and demonstrates why using ThreadLocal can simplify user state management in a web application like the Echo project.

BackendCookieSession Management
0 likes · 9 min read
Understanding Cookie+Session, Distributed Session Sharing, and ThreadLocal for Maintaining User Login State
Top Architect
Top Architect
Aug 29, 2024 · Backend Development

Implementing Single Sign-On (SSO) with CAS and Session Management in Java

This article explains traditional session mechanisms, challenges in clustered environments, and presents solutions such as session replication and centralized storage, then details the design and implementation of a CAS-based Single Sign-On system in Java, including code for user forms, controllers, filters, and configuration.

Backend DevelopmentCASJava
0 likes · 17 min read
Implementing Single Sign-On (SSO) with CAS and Session Management in Java
php Courses
php Courses
Apr 17, 2024 · Backend Development

Using session_start in PHP: Basics, Lifecycle Control, and Destruction

This article explains how to correctly use PHP's session_start function, demonstrates setting session variables, controlling session lifetime with session_set_cookie_params, and properly destroying sessions with session_destroy, providing clear code examples for each step.

BackendPHPSession Management
0 likes · 4 min read
Using session_start in PHP: Basics, Lifecycle Control, and Destruction
php Courses
php Courses
Apr 12, 2024 · Information Security

How to Regenerate PHP Session IDs Using session_regenerate_id for Enhanced Security

This article explains the purpose and security risks of PHP session IDs, demonstrates how to use the session_regenerate_id function with example code to generate a new session ID, and outlines best practices such as starting the session, using HTTPS, and avoiding excessive regeneration to maintain performance.

BackendPHPSession Management
0 likes · 4 min read
How to Regenerate PHP Session IDs Using session_regenerate_id for Enhanced Security
Liangxu Linux
Liangxu Linux
Feb 18, 2024 · Operations

10 Powerful SecureCRT Tips to Supercharge Your Ops Workflow

This guide walks operations engineers through ten practical SecureCRT techniques—including custom shortcut keys, bottom‑status bar buttons, timestamped logging, scroll‑back buffer tuning, session cloning, command search, auto‑login, file transfer, multi‑host commands, and anti‑idle settings—each with step‑by‑step configuration instructions and screenshots.

AutomationSecureCRTSession Management
0 likes · 12 min read
10 Powerful SecureCRT Tips to Supercharge Your Ops Workflow
php Courses
php Courses
Jan 19, 2024 · Databases

Redis Basics and Using Redis to Optimize PHP Web Applications

This article introduces Redis fundamentals and demonstrates how to integrate Redis into PHP web applications for caching, session management, database caching, and queue operations, providing code examples that illustrate connecting to Redis, setting and retrieving data, and configuring expiration to boost performance and stability.

In-Memory DatabasePHPQueue
0 likes · 4 min read
Redis Basics and Using Redis to Optimize PHP Web Applications
MaGe Linux Operations
MaGe Linux Operations
Jan 7, 2024 · Backend Development

How Zookeeper Guarantees Reliable Session Management with Heartbeats

This article explains Zookeeper's session management mechanism, detailing why TCP alone is insufficient for client liveness detection, how Zookeeper implements its own heartbeat protocol, and the internal data structures and algorithms—including expiryMap and SessionTracker—that efficiently track and expire sessions.

Distributed SystemsHeartbeatJava
0 likes · 12 min read
How Zookeeper Guarantees Reliable Session Management with Heartbeats
Code Ape Tech Column
Code Ape Tech Column
Oct 27, 2023 · Information Security

Why JWT Is Unsuitable for Session Management and Its Security Risks

This article explains why using JSON Web Tokens for session management is unsafe, detailing misconceptions about their benefits, highlighting security, scalability, and usability drawbacks, and finally outlining appropriate use cases such as short‑lived one‑time authorization tokens.

AuthenticationJWTSession Management
0 likes · 15 min read
Why JWT Is Unsuitable for Session Management and Its Security Risks
Programmer DD
Programmer DD
Oct 4, 2023 · Databases

5 Essential Redis Use Cases Every Developer Should Know

This article explores five common Redis applications—caching, session storage, distributed locking, rate limiting, and leaderboards—explaining how each leverages Redis’s in‑memory speed, atomic commands, and data structures to improve performance, scalability, and reliability of modern web services.

In-Memory DatabaseSession Managementdistributed-lock
0 likes · 7 min read
5 Essential Redis Use Cases Every Developer Should Know
Test Development Learning Exchange
Test Development Learning Exchange
Sep 5, 2023 · Frontend Development

Understanding Browser Contexts and Session Management in Playwright

This article explains Playwright's browser contexts and session management, describing how each context isolates cookies and storage, how to create and control pages with methods like newContext(), newPage(), pages(), bringToFront(), and close(), and provides a complete code example demonstrating multiple contexts for login and data scraping.

Browser ContextPlaywrightSession Management
0 likes · 5 min read
Understanding Browser Contexts and Session Management in Playwright
php Courses
php Courses
Jun 19, 2023 · Backend Development

Using Redis for PHP Session Management

This tutorial explains how to install and configure Redis, add the PHP Redis extension, and modify PHP settings to store session data in Redis, covering session start, expiration, prefixing, and common session functions to improve performance and stability of PHP applications.

BackendSession Management
0 likes · 5 min read
Using Redis for PHP Session Management
JD Tech
JD Tech
Jun 8, 2023 · Operations

Extending Cookie Lifetime for Seamless UI and API Automation

This article presents a practical solution to overcome login obstacles in UI and HTTP API automation by converting short‑lived cookies into permanent ones through a micro‑service, enabling continuous end‑to‑end automated testing without manual re‑login.

CookieMicroserviceSession Management
0 likes · 8 min read
Extending Cookie Lifetime for Seamless UI and API Automation
Efficient Ops
Efficient Ops
Feb 8, 2023 · Information Security

Why Sessions Burden Servers and How Token‑Based Authentication Solves It

This article traces the evolution from simple web page browsing to modern token‑based authentication, explaining the scalability and security problems of server‑side sessions and showing how signed, stateless tokens using HMAC‑SHA256 eliminate those issues while supporting horizontal scaling and cross‑platform access.

HMACSession ManagementWeb Security
0 likes · 13 min read
Why Sessions Burden Servers and How Token‑Based Authentication Solves It
IT Architects Alliance
IT Architects Alliance
Jan 27, 2023 · Backend Development

Mastering Session Management and SSO: From Cookies to CAS with Redis

This article analyzes the limitations of traditional HTTP session mechanisms in single‑server and clustered environments, explains why session sharing is essential for multi‑system products, and presents practical solutions such as session replication and centralized Redis storage, followed by a detailed walkthrough of CAS‑based single sign‑on implementation with Java Spring code examples and a comparison to OAuth2.

AuthenticationCASJava
0 likes · 15 min read
Mastering Session Management and SSO: From Cookies to CAS with Redis
Selected Java Interview Questions
Selected Java Interview Questions
Nov 22, 2022 · Information Security

Why JWT Is Unsuitable for Session Storage and Its Security Implications

This article explains why using JSON Web Tokens (JWT) for session management is problematic, detailing the misleading claimed benefits, the concrete disadvantages such as increased size, inability to revoke, security risks, and finally outlines the scenarios where JWT can be appropriately used as short‑lived authorization tokens.

SecuritySession ManagementWeb Development
0 likes · 13 min read
Why JWT Is Unsuitable for Session Storage and Its Security Implications
Code Ape Tech Column
Code Ape Tech Column
Nov 7, 2022 · Information Security

Understanding Session-Based Authentication and Single Sign-On (SSO) with CAS and OAuth2

This article explains the challenges of multiple product systems, reviews traditional session mechanisms and their limitations in clustered environments, compares session replication and centralized storage using Redis, and details the design and implementation of Single Sign-On using CAS and OAuth2 with Java Spring code examples.

CASJavaOAuth2
0 likes · 13 min read
Understanding Session-Based Authentication and Single Sign-On (SSO) with CAS and OAuth2
php Courses
php Courses
Nov 1, 2022 · Backend Development

Resolving Duplicate Set-Cookie Header Caused by Repeated session_start() Calls in PHP

The article explains why calling PHP's session_start() multiple times generates duplicate Set-Cookie headers, provides a code-based fix using session_abort() and header_remove(), and discusses session file locking, cookie lifetime, and garbage collection settings to manage session behavior effectively.

BackendSessionSession Management
0 likes · 3 min read
Resolving Duplicate Set-Cookie Header Caused by Repeated session_start() Calls in PHP
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 17, 2022 · Backend Development

Spring Boot Session Auto‑Configuration: How Filters and Repositories Work

This article walks through Spring Boot 2.3's session auto‑configuration process, detailing how core SessionConfiguration classes are registered, how the appropriate SessionRepository is selected based on store type, and how the SessionRepositoryFilter wraps requests and responses to manage session data with implementations such as Redis.

JavaSession ManagementSpring Boot
0 likes · 13 min read
Spring Boot Session Auto‑Configuration: How Filters and Repositories Work
ITPUB
ITPUB
Aug 19, 2022 · Databases

How Ctrip Scaled Nebula Graph: Architecture, Blue‑Green Deployment, and Performance Tuning

This article details Ctrip's adoption of Nebula Graph, covering the motivations, distributed architecture, three deployment patterns, Kubernetes‑based operators, client session management, blue‑green read/write splitting, extensive performance tuning, and future roadmap for their production graph database platform.

Blue‑Green deploymentNebula GraphRocksDB
0 likes · 22 min read
How Ctrip Scaled Nebula Graph: Architecture, Blue‑Green Deployment, and Performance Tuning
Ctrip Technology
Ctrip Technology
Aug 18, 2022 · Databases

Nebula Graph Architecture, Deployment Strategies, and Performance Optimization at Ctrip

This article describes Ctrip's adoption of Nebula Graph, covering the reasons for choosing the open‑source distributed graph database, its modular architecture, multi‑data‑center and blue‑green deployment patterns, middleware integration, client session management, query language extensions, and a series of performance‑tuning practices that solved stability and CPU issues in production.

KubernetesNebula GraphSession Management
0 likes · 21 min read
Nebula Graph Architecture, Deployment Strategies, and Performance Optimization at Ctrip
Architect
Architect
Aug 3, 2022 · Information Security

Understanding Session Mechanisms, Session Sharing, and SSO with CAS Implementation

This article explains the challenges of multiple system logins, reviews traditional HTTP session handling, presents session sharing solutions like replication and Redis‑based central storage, and details a CAS‑based single sign‑on implementation with code examples, while also comparing CAS to OAuth2.

CASJavaSession Management
0 likes · 13 min read
Understanding Session Mechanisms, Session Sharing, and SSO with CAS Implementation
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2022 · Operations

Master tmux: Essential Commands and Keyboard Shortcuts for Linux

This guide introduces tmux, the powerful terminal multiplexer for Linux, covering core session, window, and pane commands along with handy keyboard shortcuts, and also explains how to identify physical network interfaces using ethtool, providing practical examples for everyday system administration.

Session Managementethtoolnetwork
0 likes · 7 min read
Master tmux: Essential Commands and Keyboard Shortcuts for Linux
Liangxu Linux
Liangxu Linux
Jul 23, 2022 · Fundamentals

Master tmux: Essential Commands and Keyboard Shortcuts for Linux

This guide explains how to use tmux on Linux—including creating, detaching, attaching, renaming, and killing sessions, managing windows and panes with handy keyboard shortcuts—plus a quick tip for identifying physical network interfaces using ethtool.

LinuxSession Managementkeyboard shortcuts
0 likes · 8 min read
Master tmux: Essential Commands and Keyboard Shortcuts for Linux
Code Ape Tech Column
Code Ape Tech Column
Jan 31, 2022 · Operations

MobaXterm Download, Installation, Basic Usage, and Feature Highlights

This guide introduces MobaXterm, provides download links for the free Home edition, walks through installation steps, demonstrates basic SSH session creation, and highlights key features such as integrated SFTP, resource monitoring, session management, multiple connection types, and customizable UI options.

MobaXtermRemote accessSSH
0 likes · 6 min read
MobaXterm Download, Installation, Basic Usage, and Feature Highlights
Architecture and Beyond
Architecture and Beyond
Jan 17, 2022 · Information Security

Understanding Web Session Management: Concepts, Storage Strategies, and Token‑Based Authentication

This article explains the fundamentals of web session management, compares server‑side, cookie‑based, and token‑based storage methods, discusses authentication versus authorization, and outlines security considerations and best‑practice recommendations for managing user sessions in modern web applications.

AuthorizationBackendCookie
0 likes · 11 min read
Understanding Web Session Management: Concepts, Storage Strategies, and Token‑Based Authentication
Java Architect Essentials
Java Architect Essentials
Dec 15, 2021 · Information Security

Mastering Single Sign‑On: Principles, Architecture, and Java Implementation

This article explains the fundamentals of HTTP's stateless nature, session handling in single‑system web apps, the challenges of multi‑system environments, and presents a detailed walkthrough of Single Sign‑On concepts, token‑based authentication flow, global versus local sessions, deployment considerations, and a step‑by‑step Java implementation with code examples.

AuthenticationJavaSSO
0 likes · 17 min read
Mastering Single Sign‑On: Principles, Architecture, and Java Implementation
Laravel Tech Community
Laravel Tech Community
Nov 16, 2021 · Backend Development

session_unset – Releasing All Session Variables in PHP

The article explains PHP’s session_unset() function, which releases all session variables without returning a value, and includes a brief, light‑hearted promotion encouraging readers to follow and share daily PHP tips. The piece also notes that following provides motivation and sharing is a virtue, presented with humorous remarks.

PHPSession ManagementWeb Development
0 likes · 1 min read
session_unset – Releasing All Session Variables in PHP
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Jul 22, 2021 · Information Security

Mastering CAS-Based Single Sign-On: From Session Mechanics to Seamless Logout

This article explains a complete CAS-based single sign‑on solution, covering traditional session mechanisms, the CAS architecture, implementation of single sign‑on, session renewal, single logout, and practical extensions for multi‑system integration to ensure secure and seamless user experiences across enterprise applications.

AuthenticationCASSSO
0 likes · 12 min read
Mastering CAS-Based Single Sign-On: From Session Mechanics to Seamless Logout
Java Architect Essentials
Java Architect Essentials
Jul 9, 2021 · Information Security

How Single Sign-On (SSO) Works: From Session Basics to Full Implementation

This article explains the stateless nature of HTTP, how session and cookie mechanisms enable login state in a single web system, the challenges of multi‑system environments, and provides a step‑by‑step guide with code examples for building a Java‑based Single Sign‑On solution, including token generation, validation, and logout handling.

AuthenticationJavaSSO
0 likes · 17 min read
How Single Sign-On (SSO) Works: From Session Basics to Full Implementation
IT Architects Alliance
IT Architects Alliance
Jul 7, 2021 · Backend Development

Mastering Single Sign-On: From Session Basics to Java Implementation

This article explains the stateless nature of HTTP, introduces session and cookie mechanisms for single‑system login, discusses the challenges of multi‑system applications, and provides a step‑by‑step guide with Java code to implement Single Sign‑On (SSO) including login, token verification, global and local sessions, and coordinated logout.

Backend DevelopmentJavaSSO
0 likes · 16 min read
Mastering Single Sign-On: From Session Basics to Java Implementation
macrozheng
macrozheng
May 27, 2021 · Backend Development

Ensuring Session Consistency in Distributed Java Apps with Spring Session & Redis

This article explains why traditional session handling fails in distributed environments, compares client‑side storage, session replication, sticky sessions, and centralized management, and provides a practical guide to implementing reliable session consistency using Spring Session with Redis, including configuration and code examples.

Java backendSession ManagementSpring Session
0 likes · 10 min read
Ensuring Session Consistency in Distributed Java Apps with Spring Session & Redis
Programmer DD
Programmer DD
May 7, 2021 · Information Security

Mastering Single Sign-On: From Session Basics to Java Implementation

This article explains the stateless nature of HTTP, how session mechanisms and cookies enable login state, why single-system login fails in multi‑system environments, and provides a step‑by‑step Java implementation of Single Sign‑On with token generation, validation, and logout handling.

JavaSSOSession Management
0 likes · 16 min read
Mastering Single Sign-On: From Session Basics to Java Implementation
Liangxu Linux
Liangxu Linux
Feb 27, 2021 · Operations

Master Multi-Session Management with Tmux: Install, Commands, and Tips

Learn how to install Tmux on various Linux distributions, create and manage named sessions, split and navigate panes, synchronize commands across panes, and safely detach, attach, or kill sessions, with clear command examples and shortcuts for efficient terminal multiplexing.

LinuxSession Managementcommand-line
0 likes · 8 min read
Master Multi-Session Management with Tmux: Install, Commands, and Tips
Liangxu Linux
Liangxu Linux
Feb 2, 2021 · Operations

Master tmux on Linux: Create, Manage, and Navigate Sessions Efficiently

This guide explains how to install tmux on CentOS, create and name sessions, detach and reattach them, list existing sessions, and use keyboard shortcuts to open, switch, split, and close windows, providing practical commands and visual examples for seamless terminal multiplexing.

LinuxSession Managementcommand-line
0 likes · 4 min read
Master tmux on Linux: Create, Manage, and Navigate Sessions Efficiently
Senior Brother's Insights
Senior Brother's Insights
Jan 20, 2021 · Information Security

Understanding Apache Shiro: Core Concepts, Architecture, and Features

This article introduces Apache Shiro, a lightweight Java security framework, covering its authentication, authorization, cryptography, session management, core components, module functions, and overall architecture to help developers grasp its practical use in permission management.

Apache ShiroAuthorizationJava Security
0 likes · 10 min read
Understanding Apache Shiro: Core Concepts, Architecture, and Features
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Nov 29, 2020 · Information Security

Designing a Multi‑Layer Token Authentication System for Secure Multi‑Client Apps

This article examines the classification, security attributes, and hierarchical design of various authentication tokens for multi‑client systems, offering a layered approach that balances usage cost, change cost, and privacy while outlining practical scenarios and implementation principles.

Identity verificationSecuritySession Management
0 likes · 16 min read
Designing a Multi‑Layer Token Authentication System for Secure Multi‑Client Apps
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 25, 2020 · Backend Development

Implementing Login Authentication with Custom Annotations and Interceptors in Spring Boot

This guide demonstrates how to enforce login authentication in a Spring Boot application by defining a @LoginUser annotation, creating a corresponding interceptor, registering it in the MVC configuration, and testing the functionality with sample controller endpoints, illustrating session handling and thread‑local user storage.

Custom AnnotationJavaLogin Interceptor
0 likes · 8 min read
Implementing Login Authentication with Custom Annotations and Interceptors in Spring Boot
IT Xianyu
IT Xianyu
Oct 25, 2020 · Backend Development

Understanding HttpSession: Concepts, Methods, and Practical Examples

This article explains the fundamentals of HttpSession in Java web applications, covering its server‑side nature, underlying JSESSIONID cookie mechanism, lifecycle, common API methods, configuration, and provides several practical code examples such as login verification, shopping cart handling, duplicate‑submission prevention, and cookie‑disabled session strategies.

HttpSessionJavaServlet
0 likes · 9 min read
Understanding HttpSession: Concepts, Methods, and Practical Examples
Tencent Cloud Developer
Tencent Cloud Developer
Oct 22, 2020 · Mobile Development

Design and Implementation of Login and Authorization in WeChat Mini Programs

This article presents a comprehensive design for WeChat Mini Program login and authorization, detailing business scenarios, silent‑login flow with token management, fault‑tolerant session handling, step‑wise UI components for user and phone permissions, and a clear front‑end/back‑end API contract within a layered architecture.

AuthorizationBackendSession Management
0 likes · 25 min read
Design and Implementation of Login and Authorization in WeChat Mini Programs
Liangxu Linux
Liangxu Linux
Oct 8, 2020 · Operations

Master tmux: Keep Long‑Running Scripts Alive on Remote Servers

This guide explains how to use tmux—a terminal multiplexer—to create, detach, reattach, and manage sessions, windows, and panes on Linux servers, ensuring scripts continue running even when SSH connections drop or terminals close.

LinuxOperationsSession Management
0 likes · 15 min read
Master tmux: Keep Long‑Running Scripts Alive on Remote Servers
Open Source Linux
Open Source Linux
Sep 7, 2020 · Operations

Never Lose Long‑Running Linux Tasks: Master the Screen Command

This guide explains how to install, start, name, detach, reattach, nest, and close GNU Screen sessions on Linux, enabling you to keep long‑running processes alive across network interruptions and efficiently manage multiple terminal tasks in a single window.

LinuxProcess ControlSession Management
0 likes · 7 min read
Never Lose Long‑Running Linux Tasks: Master the Screen Command
Architect
Architect
Aug 11, 2020 · Backend Development

Distributed Session, Transaction, and Lock Strategies in Java Applications

This article explains how to manage sessions, implement distributed transactions, and coordinate distributed locks in Java-based distributed systems, covering practical solutions with Tomcat‑Redis, Spring Session, CAP theory, XA, TCC, message‑based consistency, Redis locks, RedLock, and Zookeeper locks, complete with configuration and code examples.

JavaSession ManagementZooKeeper
0 likes · 22 min read
Distributed Session, Transaction, and Lock Strategies in Java Applications
Programmer DD
Programmer DD
Aug 2, 2020 · Backend Development

How to Solve Session Sharing and Cache Issues in Distributed Systems

This article explains how to handle session sharing in distributed systems through replication, sticky sessions, or a dedicated session server, and addresses cache penetration and avalanche issues with practical mitigation techniques such as request filtering, empty-object caching, hash repositories, Redis clustering, staggered expirations, and concurrency controls.

Backend DevelopmentDistributed SystemsSession Management
0 likes · 6 min read
How to Solve Session Sharing and Cache Issues in Distributed Systems
Architect
Architect
Jul 16, 2020 · Information Security

Understanding Single Sign-On (SSO) Mechanism and Java Implementation

This article explains the fundamentals of HTTP session management, the limitations of cookie-based single-system login, and introduces Single Sign-On (SSO) concepts, including global and local sessions, token-based authentication, and provides step-by-step Java code examples for implementing SSO client and server components.

JavaSSOSession Management
0 likes · 16 min read
Understanding Single Sign-On (SSO) Mechanism and Java Implementation
Programmer DD
Programmer DD
Jun 18, 2020 · Backend Development

Why Closing the Browser Doesn’t End Your Java Session – HttpSession and Cookie Sharing Across Ports

This article explores the inner workings of Java HttpSession in Tomcat, explains how sessions are stored in a thread‑safe map, examines the relationship between sessions and cookies, and investigates why browsers share cookies across different ports on the same host, leading to unexpected session behavior.

CookieHttpSessionJava
0 likes · 13 min read
Why Closing the Browser Doesn’t End Your Java Session – HttpSession and Cookie Sharing Across Ports
Liangxu Linux
Liangxu Linux
Jan 8, 2020 · Fundamentals

Master GNU Screen: Install, Use, and Customize Your Linux Sessions

This tutorial explains how to install GNU Screen on various Linux distributions, start and manage screen sessions, use key bindings for window and pane control, detach and reattach sessions, and customize behavior through a .screenrc file, providing practical commands and examples for reliable remote work.

GNU ScreenSession Managementcommand-line
0 likes · 8 min read
Master GNU Screen: Install, Use, and Customize Your Linux Sessions