I'm receiving an error message by saying that "Stored Process Error Unable to execute stored process. The session has expired or never existed. com.sas.services.storedprocess.SessionNotFoundException:" within in less than a minute since the session got opened. When I logged into a stored process by using 'AllowBasicAuthentication' and then clicked on another stored process within the same web url, it throws that 'The Session has expired or never existed' error message. it doesn't throw that error message and works fine, if I use 'Form Based Authenticaion'. I required to use 'AllowBasicAuthentication' due to 'Guest Logon Sessions'. I tried to fix it by extending the session timeout value, but it doesn't make any difference.
... View more