Parameters on the request represent the information sent by the client. Parameters and Attributes are different to distinguish client values from application values.
Sessions are only visible to the application, the client has no direct access to the Session, only the session id and therefore it does not need to manage client parameters. If you add a client parameter to the session, you do it through the application and it is therefore an application value
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
posted
0
Thanks David.
Originally posted by David O'Meara: If you add a client parameter to the session
Here you mean, getting parameters from request and adding into attributes of session... right?