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)