Re[2]: [phplib-dev] Sessions over Internet Explorer
by Maxim Derkachev other posts by this author
Jul 19 2001 10:38AM messages near this date
Re: [phplib-dev] Sessions over Internet Explorer
|
[phplib-dev] Help you with our programming skills and experience
Hello Enrique,
Thursday, July 19, 2001, 2:18:51 PM, you wrote:
ERL> 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.
> >
ERL> Thanks, but that isn't the problem. I have tried with 5 different
ERL> Internet Explorer.
ERL> I had in php.ini
ERL> session.cache_limiter = nocache
ERL> and I have tried whith private and public but the problem it's the same.
Settings in the php.ini apply only to PHP4 native sessions, they have
nothing to do with PHPLib sessions (Session3), which have been
developed before native sessions appeared in PHP. Set $allowcache
property of the Session class to 'no' to restrict IE caching.
--
Best regards,
Maxim Derkachev mailto:max.derkachev@[...].ru
System administrator & programmer,
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
www.books.ru, www.symbol.ru
--
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
|