Hi All,
While upgrade cache 5.02 to cache 16.
$$$CacheError and $$$CacheError not support in cache 16.
We need solution for this?
; As we are outputting JavaScript we can also do things like redirect the browser depending on the error.
; For example if the session timed out, or was ended directly then when the user tries to go to a page
; that contains encrypted data in the parameter they will get one of these two errors. If so we redirect
; them to a login page..
Set ErrorNumber=%request.Get("Error:ErrorNumber")
If ErrorNumber=$$$CSPSessionTimeout!(ErrorNumber=$$$InvalidDecrypt) {
Write "CSPPage.window.location='/csp/user/ShowLogin.csp'",!
}
