tibberous Posted August 2, 2008 Share Posted August 2, 2008 Mine kept failing after the first load. I changed my code to recreate the whole object each time, using the same and only reference, would should mean it's garbage collected... Is there something like a close function that lets me reuse the object? (yes, I tried close) Link to comment https://forums.phpfreaks.com/topic/117792-are-xmlhttprequests-reusable/ Share on other sites More sharing options...
cooldude832 Posted August 2, 2008 Share Posted August 2, 2008 sounds like a xml/ajax issue and not a php issue Link to comment https://forums.phpfreaks.com/topic/117792-are-xmlhttprequests-reusable/#findComment-605880 Share on other sites More sharing options...
Third_Degree Posted August 2, 2008 Share Posted August 2, 2008 I don't think they are, but you could create a function that creates an XMLHttpRequest every time it is called. And yeah, this should probably be in the ajax section. Link to comment https://forums.phpfreaks.com/topic/117792-are-xmlhttprequests-reusable/#findComment-605902 Share on other sites More sharing options...
corbin Posted August 2, 2008 Share Posted August 2, 2008 There's a problem with XMLHttpRequest being reused in Internet Explorer having to do with the readyState already being changed, and some strange other stuff. Just google around. Link to comment https://forums.phpfreaks.com/topic/117792-are-xmlhttprequests-reusable/#findComment-605904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.