On Fri, 2005-04-15 at 18:39 +0100, Graham Vickrage wrote: > It shows previously viewed pages and with no particular pattern. Does > anyone know where I start looking to solve this one.
How about showing us some code? Try to reduce it to a minimal piece that demonstrates the problem. Chances are good that you have a closure in your code that is making your CGI object persist between requests. - Perrin