One of my students came across an “expecting semicolon before minus” error while working on an ActionScript project last week. The error totally threw the…
One of my students came across an “expecting semicolon before minus” error while working on an ActionScript project last week. The error totally threw the…
Need to hold on to this one. RT @wallingf How to cite a tweet in an academic paper http://t.co/3Vj5QqR7 (via @duncan) # Customer service lesson…
Lots of tech jobs in there – Hot, high paying career sectors http://t.co/vEm5V478 #
Wish I had found this post hours ago, would have saved a lot of effort trying to get a zip download working http://t.co/xqE8WhQf # RT…
RT @medialab: A fourth “r” for 21st century literacy http://t.co/nhNrNuhb @scratchteam # RT @wallingf: "Can you trust a teacher whose only connection to a subject…
RT @MindShiftKQED: On the eve before 2012, 21 things that will be obsolete in 2020. http://t.co/Fd3h6Cyy #
RT @DesignerDepot: Layered screenshots on your Mac: Yes, it's possible! http://t.co/DOb7xenc # @alfredtwo Easier than ignoring Twitter :) # RT @davidwalshblog: Firefox Add-On Bypasses SOPA…

tl:dr Version
Problem is caused by a cookie. Quick fix is to park a different subdomain on top of your OpenX domain and use that subdomain to access admin.
Full Version
Last week I installed OpenX on my server to use for an upcoming project. After getting it installed and setup admin-side, I went and made sure the zones looked right on the project site. Chrome gave me an error that it was in a redirect loop.
It appears this is a very common problem with forum threads all around. The cause is that OpenX uses the same cookie name for both ad viewer tracking and admin logins, a cookie named OAID. Since OpenX is open source I could have dug through the code and either figured out why it was redirecting or changed the cookie name. But I wasn’t really up to that.
Closest thing I found online to a solution was to either clear cookies between using the admin side and checking the production site, or to use two different browsers. Neither a really good solution.
Came up with a better, and much easier, solution.
For an update to one of my web projects I went looking for a way to get the recent posts as JSON instead of using the RSS feed. I personally find JSON much easier to deal with than RSS, so that’s the route I wanted to take.