[EMAIL PROTECTED] (Jamie Krasnoo) wrote: >Sorry for the newbie question but could anyone tell me how to expire pages >so a user can't use the back button to get back to that page? > Check this out: http://perl.apache.org/guide/correct_headers.html Short answer: $r->no_cache(1);
- expiring pages with mod_perl Jamie Krasnoo
- Re: expiring pages with mod_perl Matt Sergeant
- Re: expiring pages with mod_perl T.J. Mather
- Re: expiring pages with mod_perl Doug MacEachern
- Re: expiring pages with mod_perl Ken Williams
- Re: expiring pages with mod_perl Andreas Schiffler