AddTo SID
Users can use the Actions menu on any fluid page to add an ad hoc tile to a selected fluid homepage, the NavBar, or the My Favorites section of the NavBar. When users select one of the “Add to” (or pin) actions, the request is accompanied by a default security check to prevent an unauthorized user from pinning or adding a page or web site to a homepage, NavBar, favorites or dashboard.
You can disable this security check by adding the AddTo SID setting to the psappsrv.cfg file. If you do not add the setting to psappsrv.cfg, the default security check will remain in effect.
To disable the security check:
-
Open the psappsrv.cfg file for editing and locate the Security section.
-
Add this line to the end of the section:
AddTo SID Test=NNote:
You must enter the text exactly as shown. The only allowable parameters are “N” and “n”. For example, entries such as
AddTo SID Test=orAddTo SID Test=Falseare invalid and will not disable the security check.This example shows the Security section after editing:
[Security] ;========================================================================= ; Security settings ;========================================================================= Validate Signon with Database=0 DomainConnectionPwd=xxxxxxxxxxxxxx ; Enable/Disable Login Audit ; Y - Enable Login Audit (Default) ; N - Disable Login Audit Enable Login Audit=Y AddTo SID Test=N -
Restart the application server.
Note:
This is not a dynamic flag. You must restart the application server for a new setting to take effect.
Related Topics