If this happens only in pages with frames, try creating a page without frames.
Teddy ----- Original Message ----- From: "Chris Ochs" <[EMAIL PROTECTED]> To: <modperl@perl.apache.org> Sent: Thursday, December 30, 2004 9:42 AM Subject: apache:session and mod perl This question could go to one of several different lists, but I thought this might be a good place to start. I have an application based on mod perl and the Template Toolkit. For session tracking I am using Apache::Session with the postgresql backend store. The issue I am having is that the postgresql store doesn't do any locking, which is causing some requests to read bad data, but I really want to keep the database as the backend store because it will scale a lot better if we need to have multiple servers access the same session data. What is happening is when a page that is loaded loads other pages (such as a frameset), sometimes the request for the first page doesn't -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html