How to create custom cookies in HTTP Triggered Azure Functions
As I were creating the a feature for site, I needed to check if a visitor already has given kudos to an article before. An easy way to do that (in my mind) is to randomly generate a GUID and store that in the browser to somehow recognize the browser/...
Apr 16, 20201 min read2.5K

