Date: 12/18/99
- Next message: Danny William Adair: "[PHPLIB] correct purpose for user variables"
- Previous message: Arlon Wilber: "Re: [PHPLIB] Per Session Data"
- In reply to: Arlon Wilber: "Re: [PHPLIB] Per Session Data"
- Next in thread: Danny William Adair: "Re: [PHPLIB] Per Session Data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's an IE caching problem. I'm sure.
Just add an "?eat=this" to your URL, and IE won't cache and show the
correctly reloaded page.
(Right, next time you'll have to add something else...)
This is not a solution, but it's almost an evidence that it is IE who is
$&!%*§# around.
Apart from setting "allowcache" to "no", having
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
in every html output, this problem disappeared, at least on my computer. :-)
Danny Adair
Danny <email protected>
> -----Ursprüngliche Nachricht-----
> Von: phplib-owner <email protected>
> [mailto:phplib-owner <email protected>]Im Auftrag von Arlon Wilber
> Gesendet am: Samstag, 18. Dezember 1999 04:42
> An: Kristian Köhntopp; a9409754 <email protected>
> Cc: Phplib (E-mail)
> Betreff: Re: [PHPLIB] Per Session Data
>
> I'm also just experiencing this problem.
>
> setting allowcache=no causes the browser's "refresh" button to work
> correctly, but the link on the page:
> "<Reload> this page to see the counters increment."
> still brings me back to
> PER SESSION DATA: 1
>
> It's as if IE knows to not use the cached version after a button-refresh,
> but if linked back to the page in question, it will use a cached version.
>
> This is with IE5.00
>
> Arlon
>
> ----- Original Message -----
> From: Kristian Köhntopp <kris <email protected>>
> To: <a9409754 <email protected>>
> Cc: Phplib (E-mail) <phplib <email protected>>
> Sent: Friday, December 17, 1999 5:57 PM
> Subject: Re: [PHPLIB] Per Session Data
>
>
> > almir kazazic wrote:
> > > i have tryed almost anything to make this work, always wenn i
> do reload
> its
> > > the same old value i have tried with all poosieble heders but it still
> > > doesnt work, with simple reload on browser but if i am using ctrl-F5
> than i
> > > have new value and i can see that each time i pushed reload this value
> > > changed somewhere on server but not in my browser for ex now
> >
> > This looks like a browser cache problem, just like the ones reported
> > earlier this day by others on this list. You too should try and play
> > with the allowcache parameter of Session. Try setting
> >
> > var $allowcache = "no";
> >
> > in your Example_Session or whatever your subclass of Session is being
> > called.
> >
> > Kristian
> >
> > --
> > Kristian Koehntopp, Knooper Weg 46, 24103 Kiel, +49 171 2231 811
> > "Da kann Deine Nummer 1 naemlich ganz lieblich Fruehstueck machen.
> > Und Fruehstueck, ey, da stehst Du doch auf."
> >
> > -
> > PHP3 Base Library Mailing List. Send messages to
> <phplib <email protected>>.
> > To unsubscribe, send "unsubscribe" to
> <phplib-request <email protected>> in
> > the body, not the subject, of your message.
> >
>
> -
> PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
> To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
> the body, not the subject, of your message.
>
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Danny William Adair: "[PHPLIB] correct purpose for user variables"
- Previous message: Arlon Wilber: "Re: [PHPLIB] Per Session Data"
- In reply to: Arlon Wilber: "Re: [PHPLIB] Per Session Data"
- Next in thread: Danny William Adair: "Re: [PHPLIB] Per Session Data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

