Yogita
-
2005-04-13
- priority: 5 --> 7
This is because we save values in the session only the
post values are set, as post value for a checkbox is
set only if checkbox is clicked. So once the checkbox
is checked the session value is set and never erased.
Need to reset session when checkbox is unchecked.