VaadinRequest.getCurrent().getCookies() returns null

Hi

Is there a known reason why
VaadinRequest.getCurrent().getCookies();

could return null even when cookies are available?

Thanks
John

In a background thread, the current request will not be available.

With a websocket connection, the request won’t contain the cookies.

If you could provide a bit more information, the guesses might improve in quality :slight_smile: