Silverstripe CMS DocumentationCMS Docs
  • Getting Started
  • Server Requirements
  • Composer
  • Environment Management
  • Directory Structure
  • Recipes
  • Developer Guides
  • Model and Databases
  • Templates and Views
  • Controllers
  • Forms
  • Configuration
  • Extending Silverstripe CMS
  • Testing
  • Debugging
  • Performance
  • Security
  • Email
  • Integration and Web Services
  • Search
  • i18n
  • Files
  • Customising the Admin Interface
  • Execution pipeline
  • Command Line Interface (CLI)
  • Cookies and Sessions
  • Cookies
  • Sessions
  • Managing Sessions
  • Deprecating code
  • Optional features
  • Elemental blocks
  • GraphQL
  • Linkfield
  • Multi-factor authentication (MFA)
  • Taxonomies
  • UserForms
  • Upgrading
  • Staying up to date with CMS releases
  • Deprecations
  • Changelogs
  • Contributing
  • Issues and Bug Reports
  • Contributing Code
  • Contributing Documentation
  • Contributing Translations
  • Coding conventions
  • Build tooling
  • Triage and peer review
  • Release process
  • Managing security issues
  • Project Governance
  • Core committers
  • Code of conduct
  • Maintainer guidelines
  • Request for comment
  • Major Release Policy
  • Minor Release Policy
  • Supported modules
  • Fixed dependencies
  • Definition of Public API
  • GitHub repository management
Version 6 pre-stable
This version of Silverstripe CMS has not yet been given a stable release. See the release roadmap for more information. Go to documentation for the most recent stable version.

Cookies and sessions#

Cookies
A set of static methods for manipulating PHP cookies.
Sessions
A set of static methods for manipulating PHP sessions.
Managing Sessions
Managing user sessions using session manager.

API documentation#

  • Cookie
  • Session
Edit on Github