C5J Stripe Subscription Setting Cookies

Hello,

We are looking for an option to set cookies if the user has an active subscription.

Our last goal to set cookies is to hide ads if the user has a subscription active. We use Ezoic as a mediator for Google AdSense and it has the option to hide ads based on cookies.

So if we can set cookies for active subscriptions we can hide the ads.

Do let us know if you need any other information.

This sounds like basic session handling. Here’s a good tutorial on the basics: Session handling and GDPR :: Concrete CMS

As noted in that tutorial, Concrete CMS uses a lot of Symfony components, so you may also want to check out their documentation.