> 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/importing-biscuit-library.md).

# Importing Biscuit Library

```bash
public $biscuit;
function __construct(){
    $this->biscuit = $this->library("biscuit");
}
```

| Method | Arguments      | What does it does?    |
| ------ | -------------- | --------------------- |
| get    | $name          | Get the Saved Session |
| set    | $name , $value | Set The Session       |
| del    | $name          | Delete The Session    |
