Policy Server Guides › Policy Server Configuration Guide › Authentication Schemes › HTML Forms Authentication Schemes › HTML Forms Authentication Templates › How Name/Value Pairs are Generated in FCC Files
How Name/Value Pairs are Generated in FCC Files
The LoginFCC generates a name space for use in $$name$$ expansions and for use by special name value pairs. If a name is entered more than once the last value wins. Name/value pairs are added to this name space in the following order:
- Name/Values from the query string (on Get only).
- The name smtarget is created by copying the value of the target (on Get only).
- Name/Values from the post data.
- Name/Values from the cookies.
- Name/Values from the @ directives (on Post only).
- SiteMinder responses named in the "smheaders" name value pair (on Post only).