> -Original Message-
> From: Niko Gunadi [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 9:23 PM
> To: Beginners cgi
> Subject: Cache problem in IE
>
>
> Hi,
>
> I developed an online polling system where ppl can vote online. This
> voting is done in a computer room where pe
Might be other ways to thwart this, but we would need more info about
how you are doing things, aka POST or GET, setting cookies, etc. If you
want to rid yourself of both the back button problem and session only
cookies, you could always have your return page use a little javascript
and call
Hi Rob,
Thank you, it worked like a magic.
Emily
>From: "Hanson, Robert" <[EMAIL PROTECTED]>
>To: 'yue lu' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: RE: cache
>Date: Fri, 1 Feb 2002 17:54:52 -0500
>
>I believe "nocache" is f
lto:[EMAIL PROTECTED]]
Sent: 01 February 2002 22:55
To: 'yue lu'; [EMAIL PROTECTED]
Subject: RE: cache
I believe "nocache" is for Netscape only. For IE you should use "expires".
(or was it the other way around) ...So you should use both.
I don't have any ref
I ran into this problem on a script I was working on this week too... The no
cache meta tag isn't supported by IE 4 or 5, I'm not sure about 6...
something about the way the file is buffered, IE automatically caches it.
There are work arounds to use the no cache method with explorer, but I
haven'
I believe "nocache" is for Netscape only. For IE you should use "expires".
(or was it the other way around) ...So you should use both.
I don't have any references handy, but a value of "0" for expires might
work.
Alternatively you could use a scheme that a lot of ad agencies use. They
append a
; 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
-
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
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
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 QuestionHow can I do a second load without using frames or iframes?
Regards,
Andre` C.
Technical Support
ԿԬ
-
Visit our support manual at http://supportmanual.com/
- Original Message -
From: Balaj
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
-
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
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
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
--- 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
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]
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
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
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
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
21 matches
Mail list logo