SimpleBlog Work Post

7:48pm – Some friends gave me some suggestions for my null != null is true problem, so I’ll give them a try.

8:19pm – No dice. Even when I have it as if(sessionID) and sessionID is null,

8:24pm – I’ve made progress! It’s a browser issue. In FireFox it works perfectly, but in Chrome it fails miserably.

8:33pm – Well that’s as far as I’ve been able to get. This really has me stumpped. I tried switching over to the !== operator but that doesn’t do any different. In Chrome, null !== null is true, and in Firefox null !== null is false.

Tagged ,

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.