tbare Posted March 10, 2010 Share Posted March 10, 2010 http://wannafork.com/password.php there's source code on the page (if posting it here would be better, let me know) basically, when i hit "generate password" in FF, it continually generates a new password, but in IE (at least 8 w/ and w/o comp. mode on) it generates once, and then keeps that password... and ideas? am i calling something wrong? please help!! Quote Link to comment https://forums.phpfreaks.com/topic/194712-help-works-as-expected-in-firefox-not-in-ie/ Share on other sites More sharing options...
XeNoMoRpH1030 Posted March 10, 2010 Share Posted March 10, 2010 My guess would be that IE is caching. Hopefully, you can just add a random URL variable with your request, like a timestamp, and that will fix it. Quote Link to comment https://forums.phpfreaks.com/topic/194712-help-works-as-expected-in-firefox-not-in-ie/#findComment-1024377 Share on other sites More sharing options...
tbare Posted March 11, 2010 Author Share Posted March 11, 2010 makes sense... i'll try that in a bit... can anyone confirm that it's doing the same on IE 6 or 7? (new laptop, no virtual machines loaded yet...) Thanks... Quote Link to comment https://forums.phpfreaks.com/topic/194712-help-works-as-expected-in-firefox-not-in-ie/#findComment-1024787 Share on other sites More sharing options...
XeNoMoRpH1030 Posted March 11, 2010 Share Posted March 11, 2010 It was the same for me in IE8. Quote Link to comment https://forums.phpfreaks.com/topic/194712-help-works-as-expected-in-firefox-not-in-ie/#findComment-1024906 Share on other sites More sharing options...
DaiLaughing Posted March 13, 2010 Share Posted March 13, 2010 I'm stepping outside my knowledge area here but is this where the expires header might be helpful? I will get around to learning about headers other than location one day honest. Quote Link to comment https://forums.phpfreaks.com/topic/194712-help-works-as-expected-in-firefox-not-in-ie/#findComment-1025579 Share on other sites More sharing options...
tbare Posted March 13, 2010 Author Share Posted March 13, 2010 I'm stepping outside my knowledge area here but is this where the expires header might be helpful? I will get around to learning about headers other than location one day honest. nice... i forgot about that, and it def. fixed the problem... working great in (at least) IE 8 now... thanks all! Quote Link to comment https://forums.phpfreaks.com/topic/194712-help-works-as-expected-in-firefox-not-in-ie/#findComment-1025663 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.