peterbuckley17

Threads by peterbuckley17

Setting Cookies
peterbuckley17 PRO
I'd like to set cookies to manage access to a service via Cloudfront. Is there a best-practice way of setting a simple cookie {key}={value}? I'm having trouble parsing through the Session cookie code for inspiration. …
Add Response
Single-query replacement for collectionFetchRelated?
My understanding of the collectionFetchRelated method is that if I query for 100 posts, they will be returned in one query, and then if I want their comments the >>= collectionFetchRelated will then run 100 more queries to return each…
Add Response