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
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