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

10 lines
291 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.
[CHILDREN]
## API Documentation
* [api:Cookie]
* [api:Session]