Hi All, Does anyone facing issue with Sitebuilder ...
# sitebuilder
c
Hi All, Does anyone facing issue with Sitebuilder session? I have a customer ID attribute in the theme header template which gives customer ID when user logs in . It’s working when I navigate to home page after login but when I click on the any of the category the header template is rendering but the value is giving as null. Any Ideas?
d
Do you mean you're using <%=getCurrentAttribute('customer','entityid')%> or are you trying to access cookie session data? The entity ID tag is working fine for us on all pages. Session cookie data has recently been changed to HttpOnly, so it's no longer available to client side scripting.
f
Chrome is blocking cross-domain cookies without the samesite attribute now, which includes cookies NS tries to set in SB. Are there any errors in the console about blocking cookies?