silverstripe-framework/docs/en/02_Developer_Guides/18_Cookies_And_Sessions/index.md
2014-12-15 09:12:47 +13:00

10 lines
291 B
Markdown

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]