hi CoderDan - thx much for the reply - well, the form's checkbox has a value of 1 that i want to send to the second [or another subsequent] page using a session variable. [page1 sometimes goes to page1b,1c,1d, then to page2; or it can go directly from page1 to page2. so on page2 i am collecting session data from previous pages.] the logic seems so simple. write the form with a checkbox name, and submit button name, then if form submitted, assign session var and transfer to "action" page, in this case page2, where it collects the session variable.
not sure if that answered your question or not. the first script, the "isset" is supposed to be set the session var, then the second script is supposed to know what the var value is.