Capture HTTP_ONLY cookies in RShiny session

Hi,

I have an RShiny application deployed on an AWS Server and I was hoping there might be a way to access and capture HTTP_ONLY cookies via RShiny once a session is active. In the current setup these cookies are not available to be read from Javascript which makes the standard Javascript process redundant (via cookie.js). The only idea we have had at the moment is to pass in as a query parameter (securely) via the URL. Does anybody know of another way in which we might capture the cookie from the server side?

Many thanks,

Chris

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.