silverstripe-framework/docs/en/02_Developer_Guides/18_Cookies_And_Sessions/index.md

14 lines
372 B
Markdown
Raw Normal View History

---
title: Cookies and Sessions
summary: Save state information using the Cookie class and the Session class.
introduction: Both the Cookie and Session classes can be used to preserve certain data across subsequent page requests.
icon: cookie
---
[CHILDREN]
## API Documentation
* [Cookie](api:SilverStripe\Control\Cookie)
* [Session](api:SilverStripe\Control\Session)