kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

[flow-router-ssr] Accessing cookies in SSR code #622

Open SachaG opened 8 years ago

SachaG commented 8 years ago

I'm using a cookie to store a flag that indicates whether a newsletter subscription form should appear or not. Is it possible to access that cookie server-side so that I can show/hide the element in the SSR'd markup as well?