I am setting a server to provide content for different authorized sites. Here is the problem I have:
All users must be authenticated before being redirected to the content server.
I tried to use HTTP_REFERER to identify users. It works fine with most the the browsers except AOL's IE. The referer is empty (proxy??) So, I gave up!
Is there any way to do cross-site authentication without using database?