Is it safe to store user data with set/get?

I read (https://github.com/honojs/hono/issues/585#issuecomment-1826189093) that context state can be shared if the request is handled by the same worker. Is it safe to store user/session data with set/get?
GitHub
In the documentation https://honojs.dev/docs/api/context/#csetcget it is only written: Set the value specified by the key with set and use it later with get. With a brief example. However, it is no...
Was this page helpful?