RE: Cache Question

2001-11-27 Thread yahoo
; CGI Beginners Subject: Re: Cache Question The perl script loads an html page with tables Currently I am using inline frames for two tables but it appears to be defunct so I need to use SSI to replace the inline frames and call a seperat sub of the perl script. Regards, Andre` C. Technical Support

Re: Cache Question

2001-11-27 Thread Andre` Niel Cameron
- Visit our support manual at http://supportmanual.com/ - Original Message - From: "yahoo" <[EMAIL PROTECTED]> To: "CGI Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 4:09 PM Subject: RE: Cache Questio

RE: Cache Question

2001-11-27 Thread yahoo
or are you trying to include Perl? joel -Original Message- From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] Sent: 27 November 2001 20:40 To: Balaj, Geraldine; yahoo; CGI Beginners Subject: Re: Cache Question How can I do a second load without using frames or iframes? Regards

RE: Cache Question

2001-11-27 Thread Balaj, Geraldine
ike a charm and has been very easy/quick to manage - especially since I don't want to use frames -Original Message- From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 3:40 PM To: Balaj, Geraldine; yahoo; CGI Beginners Subject: Re: Cache Question Ho

Re: Cache Question

2001-11-27 Thread Andre` Niel Cameron
, Geraldine To: 'Andre` Niel Cameron' ; yahoo ; CGI Beginners Sent: Tuesday, November 27, 2001 3:22 PM Subject: RE: Cache Question Had this same problem about a year ago. When your script runs - it renders the page - one load. Placing SSIs in your Token Print "chun

RE: Cache Question

2001-11-27 Thread Balaj, Geraldine
Geri Balaj Webmaster ThruPoint, Inc. (formerly Total Network Solutions) 1372 Broadway, 6th Floor NY, NY 10018 email: [EMAIL PROTECTED] -Original Message- From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 3:17 PM To: yahoo; CGI Beginners Subject: Re

Re: Cache Question

2001-11-27 Thread Andre` Niel Cameron
- Visit our support manual at http://supportmanual.com/ - Original Message - From: "yahoo" <[EMAIL PROTECTED]> To: "CGI Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 3:15 PM Subject: RE: Cache

RE: Cache Question

2001-11-27 Thread yahoo
Andre, are saying that you are trying to write out SSIs from perl but the SSI is not being parsed? joel -Original Message- From: Andre` Niel Cameron [mailto:[EMAIL PROTECTED]] Sent: 27 November 2001 19:54 To: [EMAIL PROTECTED]; CGI Beginners Subject: Re: Cache Question Not ssl SSI

Re: Cache Question

2001-11-27 Thread Andre` Niel Cameron
To: "Andre` Niel Cameron" <[EMAIL PROTECTED]>; "CGI Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 2:03 PM Subject: Re: Cache Question > --- Andre` Niel Cameron <[EMAIL PROTECTED]> wrote: > > When you use ssi what is the conent type is i

Re: Cache Question

2001-11-27 Thread Curtis Poe
--- Andre` Niel Cameron <[EMAIL PROTECTED]> wrote: > When you use ssi what is the conent type is it still text/html? > > Andre Yes. The Content-type has nothing to do with whether or not the request is being served over a secure connection. Cheers, Curtis "Ovid" Poe = Senior Programmer

Re: Cache Question

2001-11-27 Thread Andre` Niel Cameron
When you use ssi what is the conent type is it still text/html? Andre -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cache Question

2001-11-27 Thread Curtis Poe
This needs a little clarification. --- Stephan Tinnemeyer <[EMAIL PROTECTED]> wrote: > Rodney Myers wrote: > > > > Is that better than or just equivalent to : > > > > print < > Content-type: text/html > > Pragma: no-cache > > > > > > > At least it is not worse. I KNOW that it works, I do

Re: Cache Question

2001-11-27 Thread Stephan Tinnemeyer
Rodney Myers wrote: > > Is that better than or just equivalent to : > > print < Content-type: text/html > Pragma: no-cache > > > At least it is not worse. I KNOW that it works, I do not know that your approach works: - After "Content-type: text/html" 2 new lines have to follow. Thi

Re: Cache Question

2001-11-27 Thread Rodney Myers
Is that better than or just equivalent to : print < ? Rodney Stephan Tinnemeyer wrote: > Andrè, > > tell any caching proxy server not to cache the page by this line > > > > and tell the browser not to cache the page by this line > > > > in the header section of the pag

Re: Cache Question

2001-11-27 Thread Stephan Tinnemeyer
Andrè, tell any caching proxy server not to cache the page by this line and tell the browser not to cache the page by this line in the header section of the page. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mai