Christopher Shennan's Blog

A day in the life of…

A few weeks ago I posted a blog entry about problems with Zend clearIdentity() with IE7 and Chrome but I’ve since found that the Zend Framework was not at the root of the problem.  After discussing the problem with a colleague we found that there was a line in the bootstrap.php file like:-


ini_set('session.cache_limiter', 'private');

This seems to be what was causing all our clearIdentity() issues.  This seems to give over caching control to the browser hence the reason why Firefox worked fine, IE7 intermittantly worked and Chrome couldn’t care less.  We changed this to:-


ini_set('session.cache_limiter', 'none');

and straight away all our clearIdentity() problems in IE7 and Google Chrome disappeared and everything started working as we would expect.

About Christopher Shennan

I am a web developer specialising in web driven applications using PHP, MySQL, Symfony and Zend and I am currently working for Line Digital in Edinburgh, Scotland.

Most days I can be found frantically coding away with EuroDance in my ears and consuming what I hope to be a never ending supply of coffee... happy days!

Connect with me via Twitter, Google+ or LinkedIn

  • #1 | Written by james kinloch about 3 years ago.

    Is it me – ar are Microsoft employing 8 year old to do their programming.

    Let me see – last year – Ie6 – if you had a transparent image ANYWHERE in a site, IE would have a fit, did they fix it – No! It was left to us developers to “Work around it”

    This year – IE7 – they fixed the transparancy issue – YAY – brilliant, but wait! Whats this? I have a set of DIVs on a single page – oh and i want to make a small change to a page body – gasp – like perhaps running that essential javascript componant that makes my

  • #2 | Written by james kinloch about 3 years ago.

    continued due to fat fingers – componant that makes my ENTIRE MENU WORK – but nooooo its a child within a child – does the new shiny IE7 know what to do with this piece of common programming? Yes – it shuts down the page and hits the back button for you. Excellent.

    Are they fixing it? No – the work around for developers can be found on the microsoft site.

    Oh – or you could download IE8 – which it has been announced will only display web pages in Greek, the developer work around will be found on the MS site.

    sorry – been dealing with issues like this since yesterday and had to rant.

  • #3 | Written by JamesD about 3 years ago.

    Thanks for the useful info. It’s so interesting

Leave a Comment

Subscribe to comments

CommentLuv badge