2013 Jun 04 4:23 PM
We have a standanlone SAP Web Dispatcher in the DMZ where clients can call a service so this is a WAN issue for some external users. We have been requested to increase two variables, "http/security_session_timeout" and "rdisp/plugin_auto_logout" to 3600. I am concened how this will or could impact all connection's to the backend escpecialy during a heavy load or spikes. Is there a way we can modifiy the service to override the ICM profile variables?
Regards,
Dan Mead
2013 Jun 04 4:47 PM
Both parameters are dynamically changeable so it should be possible to change them programmatically assuming required authorizations are in place. However, I think that if you change the values they will be effective only for the next session not the current one.
2013 Jun 05 12:56 AM
Hi,
as far as I understand your requirement you want to have different values of these parameters for subset of services. I don't think that this is possible in SAP.
Cheers
2013 Jun 05 1:26 AM
Actually you can set a service specific timeout for the respective ICF node but I think it can't be bigger than rdisp/plugin_auto_logout.
2013 Jun 05 1:35 AM
2013 Jun 05 3:08 AM
See the attached screenshot. A fairly recent release is required for the setting to actually work, see SAP note 1677655 for details.
https://service.sap.com/sap/support/notes/1677655
2013 Jun 05 5:08 AM
Thanks for this. It still does not allow you to set specific parameters for some services. This works only for rdisp/plugin_auto_logout. You can't do this for other parameters such as http/security_session_timeout.