Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Pega 6.1 & Pega 7.1 Compatibility issue

SA-8275

Summary



There exists a few compatibility issues while accessing both PRPC 6.1 and Pega 7.1 on the following scenarios:

>Same session different browser windows
>Separate TABS in one browser session
>Two distinct browser sessions


Steps to Reproduce

  1. Launch IE browser with version 8 or later.
  2. Open two tabs, and open a URL of both PRPC 6.1 and Pega 7.1

Root Cause



PRPC used document.execCommand("ClearAuthenticationCache","false"); 
during logoff and that clears all the cookies and authentication cache for other applications as well.
This code is added to overcome an old IE bug and isn’t needed anymore. 


You can override this behavior by customizing the html in the stream @baseclass.Web-Session-Return. 
The HTML includes the following javascript: 

<script type="text/javascript"> 
document.execCommand("ClearAuthenticationCache","true"); 
</script>


Resolution



By Default in @baseclass.Web-Session-Return. the default option its true, you must change that option to false.

<script type="text/javascript"> 

document.execCommand("ClearAuthenticationCache","false"); 
</script>

Published June 12, 2015 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us