Fetching Session cookies and copying them on webflow cms

Hi there,

I would like to know whether it’s possible using custom code to:

  • fetch a session cookie

  • copy this session cookie on the cms

  • serve user specific content based on this cookie

Basically my objective would be to create a webapp based on webflow and using django to run authentification.

thanks for your help

Maybe some of these guides and integrations will help you.

1 Like

thanks for your answer. I have this technical legacy of django auth set up, I can’t dump it sadly.

I am just wondering whether I could somehow use the cookies used by django and recognize what data to serve based on this cookie that would be sent to the CMS and then use filter views on webflow.

Could you use the Webflow API for that? Maybe with custom JavaScript.

1 Like