I created this tutorial in 2003 - I wouldn't use this technique anymore. Create separate structs in either application or session scope to hold segmented data. session.login = stuctnew(); session.registration = structnew(); //misc data session.registration.username = 'blah'; //cleanup after saving to db structdelete(session,"registration");

