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!! 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. 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... 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. 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. 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! 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
Archived
This topic is now archived and is closed to further replies.