silverstripe-framework/docs/en/02_Developer_Guides/18_Cookies_And_Sessions/index.md
Saophalkun Ponlu 63ba092765 FIX Add namespaces in markdown docs (#7088)
* FIX Add namespaces in markdown docs

* FIX Convert doc [link] to [link-text](link-uri)
2017-07-03 13:22:12 +12:00

11 lines
351 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
* [Cookie](api:SilverStripe\Control\Cookie)
* [Session](api:SilverStripe\Control\Session)