Is there any way of making an object which can be accessed accross a number of different pages? Thanks in advance Rob
You could serialize it and save it to a file.
You would want to be careful about file locking and read / write access, depending on what you are doing with the object.
HalfaBee