Skip to main content

Hi,

I am trying to enable the session partition for the salesforce site but showing this Exception "Session not found - Session Cache not supported ".

and this is working fine for Salesforce standard users.

 

@* Experience Cloud * 

3 respuestas
  1. 12 abr 2023, 14:42

    There's no actual "user session" on a public site...there's a session and a session Id, but it's not to be used / considered a "user session" like platform cache is expecting.

     

    I would recommend you do org cache that expires, and set a key based on whatever your requirements are.

0/9000