|
|
 |
php-Lib-Dev
Re: [phplib-dev] Sessions over Internet Explorer
by Enrique =?iso-8859-1?Q?Rodr=EDguez=20L=E1zaro?= other posts by this author
Jul 19 2001 10:18AM messages near this date
[phplib-dev] Sessions over Internet Explorer
|
Re[2]: [phplib-dev] Sessions over Internet Explorer
Bogdan Morar wrote:
>
> I think is a problem of cache. Use Ctrl+F5 to refresh the page in IE or
> CTRL+Refresh if u use the mouse.
> Of course is another param "alow_cache" in phplib which must be true or
> false.
>
Thanks, but that isn't the problem. I have tried with 5 different
Internet Explorer.
I had in php.ini
session.cache_limiter = nocache
and I have tried whith private and public but the problem it's the same.
In my Apache access_log I can see this:
When the client is IE:
[19/Jul/2001:11:00:57 +0200] "GET
/prueba/contador.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42 HTTP/1.1"
200 4453
And when the client is Netscape:
[19/Jul/2001:11:02:20 +0200] "GET /prueba/contador.php HTTP/1.0" 200
43385
I'm going to sees Apache configuration...
> --
> Bogdan Morar
> www.bogmor.com
--
Enrique Rodríguez
--
Abbestellen mit Mail an: phplib-dev-unsubscribe@[...].de
Kommandoliste mit Mail an: phplib-dev-help@lists.netuse.de
Thread:
Enrique =?iso-8859-1?Q?Rodr=EDguez=20L=E1zaro?=
Enrique =?iso-8859-1?Q?Rodr=EDguez=20L=E1zaro?=
Maxim Derkachev
|
|
|
 |
|