Subject: | exclude list with save_param |
with save_param you can save all vars from cgi-object (using CGI.pm), that's quite handy and useful. you also can use the \@list-paramter to specify the values that should be stored. i don't want to save credit-card or account data in the session. so i first have to use save_param and then use the clear-function to delete the cc or account data. it would be great to have an "exclude"-list in the save-funtion.
markus