What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi guys. It appears that yves always assignes new session id's rather then checking if there is alre

UKKQKJ9FX
UKKQKJ9FX Posts: 38 🧑🏻‍🚀 - Cadet

Hi guys.
It appears that yves always assignes new session id's rather then checking if there is already existing session.
Anyone had an simmilar issue?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    @UL6DGRULR is it the same as you reported recently?

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 🪐 - Explorer

    Could be the case. @UKKQKJ9FX Does all sessions have the user yves_system inside?

  • A common problem is a mismatch in the cookie domain setting.

  • UKKQKJ9FX
    UKKQKJ9FX Posts: 38 🧑🏻‍🚀 - Cadet

    I am using sessionClient module, to set some custom attributes into the current session so I can do some checks later, however on each refresh I loose all of the attributes I have previously set

  • UKKQKJ9FX
    UKKQKJ9FX Posts: 38 🧑🏻‍🚀 - Cadet

    I think the problem is when I hit yves with ajax request that doesnt persist cookie and session