Section
4.1.1
Top Level
Sub Level
General
Parameters should not be used to provide information that is already known or can be determined by the application itself, e.g. store information in the session rather than sending it to the client.
Natural Webagent
Data that needs to be kept by a web application should be stored on the mainframe, not passed via the client.