...
Sets a named value for the request which can be retrieved with get later in this request. The values can even be "rich" objects within a request. Which means like an instance of a product et al.
Example
Code Block | ||||
---|---|---|---|---|
| ||||
... request.set(key, value) ... |
...