What code can I use to do the same thing as closing the browswer window?
I've tried unset, unregister, destroy?
I'm adding information across various pages with forms which will create one website page. To create another page using the same forms (auto-incremented page number) I need to reset all the variables across all the pages. I also need to transfer the information eg for a second web site page across the form pages.
If I destroy the information on the first page I can get a new session but this new session information isn't transferred to the next form page.