Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Login form appearing after logging in

Actually that’s an old trick from IE and it’s moronic ‘You have to delete everything to get IE 6 to dump css cache!’ days.

I update that v number every time I make a change to my code, which is a pill, but … yeah, that would do it.

I can’t believe that FF has devolved like that. BAD FF! No cookies!

FYI, for those who are lost, you’d do something like this:

<link rel="stylesheet" href="style.css?v=<?php echo mt_rand(); ?>" type="text/css" />

Skip to toolbar