Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/hypernode-platform/botstopper/how-to-use-botstopper.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ To check the Botstopper logs in a human-readable manner, you can use the `hypern

In order to verify visitors, Botstopper uses cookies to track whether a visitor has passed a challenge. The following cookies are used:

| Cookie Name | Purpose |
| ---------------------------------- | ------------------------------------------------------------------ |
| `hnbotstopper-auth` | Used for authenticated sessions after a successful challenge. |
| `hnbotstopper-cookie-verification` | Temporary cookie to check whether the browser has cookies enabled. |
| Cookie Name | Purpose |
| ----------------------------------------- | ------------------------------------------------------------------ |
| `hnbotstopper-auth-[hash]` | Used for authenticated sessions after a successful challenge. |
| `hnbotstopper-cookie-verification-[hash]` | Temporary cookie to check whether the browser has cookies enabled. |

Cookies sent by Botstopper have the following flags set:

Expand Down
Loading