in reply to Web Page Caching

Hi Paul,

Take a look at http://www.i18nguy.com/markup/metatags.html here you see some useful META tags you can use in your pages...

But, one thing that you don't say is how are you making the login in and out...

For example if you are running an Apache mod_perl enabled webserver and you use Apache::Registry you must code your cgi's with some things in mind see http://perl.apache.org/docs/1.0/guide/porting.html.

If you can't or won't change it so that it works with Apache::Registry, you can use Apache::PerlRun instead...

But as I said... more info would be great, to give a more certain answer of what is happening. ;-)

Regards,

|fire| at irc

Replies are listed 'Best First'.
Re^2: Web Page Caching
by thekestrel (Friar) on Jun 30, 2005 at 03:50 UTC
    Thanks for the reply fmerges,
    A previous node (469478) I posted talks a bit about how I'm authenticating. I'm using CGI::Session to track state with cookies and accessing encrypted passwords via DBI.
    I haven't looked into the Apache modules yet, but might track them down. There is always more than one way to do it, but is one of these methods more generally accepted as the way to do these things more than another?

    Regards Paul