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.
3 respuestas
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.