StreamTest

There is no session to save this to

Saving needs either an account or a working session cookie.

What it means

Results are attributed to a signed-in user or to an anonymous session cookie. Neither was present on this request.

Why it matters

Every stored result belongs to someone, so that only they can read it back. A result with no owner could not be retrieved or deleted, so we decline to write one rather than leave an orphan.

How to fix it

  1. Allow cookies for this site; the anonymous session is a single httpOnly cookie.
  2. Or sign in, which keeps history across devices and browsers.

Check your own stream

The free stream tester runs this check on every analysis and links each finding straight back here.

Open the stream tester

Frequently asked questions

What does "There is no session to save this to" mean?
Results are attributed to a signed-in user or to an anonymous session cookie. Neither was present on this request.
Why does it matter?
Every stored result belongs to someone, so that only they can read it back. A result with no owner could not be retrieved or deleted, so we decline to write one rather than leave an orphan.
How do I fix it?
1. Allow cookies for this site; the anonymous session is a single httpOnly cookie. 2. Or sign in, which keeps history across devices and browsers.
How can I detect this automatically?
Paste your stream delivery URL into StreamTest's free stream tester. It runs this check on every analysis, flags the finding, and links straight back to this page — no sign-up required.

Related Fetching and delivery checks