I wish to be able to save the data entered by my user on one page for access by another page once the first page is exited. This is to avoid the user having to re-enter the same information on a subsequent page, as well as new information requested by the subsequent page.

I want to avoid getting into a database scenario.

Any ideas?

Bob

PS, I have a good working knowledge of scripting in Java...

databases shouldn't come into this.

i assume your data is in a form? and if so all you need to do is get the POST/GET data. the easiest way to do this is probably using something like PHP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.