|
Failing that...
create a database table.. with 2 fields, an ID and a Data field.
on the page that you want to store the info on..
INSERT the data into that database table, and obtain the ID back.
Then just appnd the ID to the url (ie ?thisID=4)
then re-read the data back from the database on the next page, delete the entry and re-store the session?
|