You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jeff,
first I want to thank you for the plumber package - really great work!!
Is it possible to create a cookie with plumber that survives the current session in order to store f.e. something like a permanent visitor-id to track returning users?
Currently I create session cookies with r$addGlobalProcessor(sessionCookie( "mySecret", "myCookie"))
regards,
Rainer
The text was updated successfully, but these errors were encountered:
Hi Jeff,
first I want to thank you for the plumber package - really great work!!
Is it possible to create a cookie with plumber that survives the current session in order to store f.e. something like a permanent visitor-id to track returning users?
Currently I create session cookies with
r$addGlobalProcessor(sessionCookie( "mySecret", "myCookie"))
regards,
Rainer
The text was updated successfully, but these errors were encountered: