Silverstripe
Silverstripe CMSDocs
  • Getting Started
  • Lessons
  • 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
    • Cookies and Sessions
      • Cookies
      • Sessions
      • Managing Sessions
    • Graphql
    • Deprecating code
  • Optional features
  • Upgrading
  • Changelogs
  • Contributing
  • Project Governance
  1. Developer Guides/
  2. Cookies and Sessions
Version 5Supported

This version of Silverstripe CMS is still supported though will not receive any additional features.

Go to documentation for the most recent stable version →

Cookies and sessions#

On this page

  • API documentation

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