shinyworks / cookies

Use Browser Cookies with 'shiny'
https://shinyworks.github.io/cookies/
Other
32 stars 4 forks source link

get_cookie() function #32

Closed jonthegeek closed 1 year ago

jonthegeek commented 2 years ago

Add a function in the set_cookie() / remove_cookie() family that assumes you're working on the server side (ie, just takes a cookie_name and an optional session param, auto-grabs the main session and the request within that). Er wait it should just need input. I see why I didn't do this. I think build it as a module, probably?

jonthegeek commented 1 year ago

Not as a module. session contains input, so I can get the cookies out of that.