Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for setting cookieLifetime equivalent using Alloy #714

Open
AdamWadd opened this issue Apr 13, 2021 · 2 comments
Open

Provide support for setting cookieLifetime equivalent using Alloy #714

AdamWadd opened this issue Apr 13, 2021 · 2 comments
Labels
Alloy enhancement New feature or request question Further information is requested

Comments

@AdamWadd
Copy link

Currently, there is no function within the Alloy framework to support setting cookie expiration in the same manner as is supported using s.cookieLifetime in AppMeasurement.

Without this functionality in Alloy, we cannot manually set/control the cookie expiration using this solution.

@jfkhoury
Copy link
Contributor

@AdamWadd Can you please explain the use case (or the need) for this feature in Alloy?

This used to be a popular feature when we didn't have consent support, back in the days. Now the lifetime of the cookie is less important because consent takes precedence.

I'd love to learn more, thanks.

@vivasd

@jfkhoury jfkhoury added Alloy enhancement New feature or request question Further information is requested labels Apr 13, 2021
@alex-arriaga
Copy link

alex-arriaga commented Sep 17, 2024

Are there any plans to support this feature, my use case has also a very strict guidance for not having cookies that go beyond 365 days.

Specifically, per these docs, there are three cookies with a Max-Age greater than 365 days:

  • kndct_orgid_identity (395 days)
  • mbox (2 years)
  • AMCV_###@AdobeOrg (395 days)

We have also engaged the Adobe Analytics support and they confirmed, as of Sep/17/2024 there is no support for setting the "cookieLifetime" in the Web SDK: https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/config-vars/cookielifetime

The Web SDK does not yet offer customization to the lifetime of cookies that it sets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Alloy enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants