In this section: |
The following are upgrade considerations for App Studio:
If you open an HTML page that contains a calendar control that was created prior to Release 8.1 Version 05, the Select custom request field will contain a request that was automatically generated by the original procedure used in the calendar.
The following are upgrade considerations for App Studio installation:
To correct the issue, update the ..\ibi\WebFOCUS80\config securitysettings.xml file as follows:
Change
<property name="ConcurrentSessionFilterEnabled" value="true"/> <property name="sessionAuthenticationStrategy" value="ConcurrentSessionControlStrategy"/>
To
<property name="ConcurrentSessionFilterEnabled" value="false"/> <property name="sessionAuthenticationStrategy" value=" SessionFixationProtectionStrategy "/>
WebFOCUS |