Session The Session page allows you to set or reset the session variable in the web part. It contains the following: Table 34. Session Element Description Set Session Name Defines the name of the session variable where: • The edited or newly created item is stored when it is saved. • The item that is being displayed or edited is stored when it is loaded. Use the list form to display a Task and a listview underneath it to display Task Serial Notes. The list form will filter the listview so that the listview will only show the serial notes for the displayed task. When you click the New Item button to create a new task serial notes, you want some of the fields in the task serial notes to be auto-filled with the fields from the current task. In that case, you set the session name in the list form so that the current task is stored in the session and you can consume it in the new form for the task serial notes. Reset Session Name Allows you to reset the List Form (set to NULL) the value of the session variable whose name is specified in this attribute. You can specify multiple names by separating them with commas.