function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShamSham 

Invalid session id exception

Hi,
 
When i want to access self service portal pages by logging in as portal user then i get this exception in javascript console(Using FireFox) and javascript error(Using IE):
 
"Error: uncaught exception: {faultcode:'sf:INVALID_SESSION_ID', faultstring:'INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session', detail:{fault:{exceptionCode:'INVALID_SESSION_ID', exceptionMessage:'Invalid Session ID found in SessionHeader: Illegal Session', }, }, }".
 
Any idea why i m getting this exception...
 
Thanks in advance.