I fixed the error by adding 
header("Cache-control: private"); at the top of my php scripts. 
What happens is that IE caches the request and doesn't retrieve any
new information!

As far as it not actually logging you out it has a remember me feature
, I know it should delete the cookie when you hit the logout button,
I'll get to that soon enough... 

Thanks for your help anyways :)


--- In [email protected], "camlinaeizerous" <[EMAIL PROTECTED]> wrote:
>
> I just ran it without the issues you just described. Using IE 6,
> Firefox 2 and IE Tabs in Firefox.
> 
> I was receiving the following errors before being able to login. When
> i refreshed only received the loginform state error but even using log
> out it never actually logged me out when i refreshed the browser.
> 
> ArgumentError: Undefined state 'LoginForm'.
>       at mx.core::UIComponent/::getState()
>       at mx.core::UIComponent/::findCommonBaseState()
>       at mx.core::UIComponent/::commitCurrentState()
>       at mx.core::UIComponent/::creationCompleteHandler()
>       at
>
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
>       at flash.events::EventDispatcher/dispatchEvent()
>       at mx.core::UIComponent/set initialized()
>       at mx.managers::LayoutManager/::doPhasedInstantiation()
>       at Function/http://adobe.com/AS3/2006/builtin::apply()
>       at mx.core::UIComponent/::callLaterDispatcher2()
> 
> TypeError: Error #1009: Cannot access a property or method of a null
> object reference.
>       at main/::updateStats()
>       at main/__membersRegistered_result()
>       at
>
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
>       at flash.events::EventDispatcher/dispatchEvent()
>       at
>
mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
>       at
>
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
>       at mx.rpc::Responder/result()
>       at mx.rpc::AsyncRequest/acknowledge()
>       at ::DirectHTTPMessageResponder/completeHandler()
>       at
>
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
>       at flash.events::EventDispatcher/dispatchEvent()
>       at flash.net::URLLoader/flash.net:URLLoader::onComplete()
> 
> TypeError: Error #1009: Cannot access a property or method of a null
> object reference.
>       at main/::updateStats()
>       at main/__forumPostCount_result()
>       at
>
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
>       at flash.events::EventDispatcher/dispatchEvent()
>       at
>
mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
>       at
>
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
>       at mx.rpc::Responder/result()
>       at mx.rpc::AsyncRequest/acknowledge()
>       at ::DirectHTTPMessageResponder/completeHandler()
>       at
>
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
>       at flash.events::EventDispatcher/dispatchEvent()
>       at flash.net::URLLoader/flash.net:URLLoader::onComplete()
>


Reply via email to