Brian Bradley wrote:
> I am confused though.  Why is IE ignoring the isDefined?  I am saying 
> isDefined(login) but if that variable hasn't been set why is it ignoring it.  
> I must be missing something...

IE can't ignore the IsDefnind(), it knows nothing about it!  This is a 
client|server thing.  You really have to understand and separate what 
happens on the client and what happens on the server.

What you really need to be asking is: "What is IE sending in the request 
that is allowing the IsDefined() to be true.  Either it is sending the 
proper cookies or get variables to connect to the existing session OR it 
is sending proper get or form variables to start a new session.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322534
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to