> For the complete documentation index, see [llms.txt](https://prtechs-organization.gitbook.io/e2encrypt-frame-php/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prtechs-organization.gitbook.io/e2encrypt-frame-php/cookies-storing-data-on-client-side/set-the-session.md).

# Set The Session

```php
$session->set("_NAME" , "John Doe");
```
