Anyone experienced beforeLoad scripts that occasio...
# suitescript
w
Anyone experienced beforeLoad scripts that occasionally gives SESSION_TIMED_OUT? The error refers to lines where the script is setting a value as default with field.defaultValue = 'XXX'. It's random on two different scripts on three different lines. The value is nothing special, in one case it's
error.message
that is set in a longtext-field.
Could really the users session have ended while the (very short) UE-script was running?
Hmm, perhaps the user is trying to log into another environment at the same time they're trying to load the page.
Close, the issue was that the user tried to open several tabs with links that went through Okta (SAML). Each time it tried to initiate a new login which caused the other tabs to error out during script execution.