Cookie for multiple tld domains

Yes. Let me kindly answer with a quote of my own:

Regards
Flözen

Would a happy compromise be the auto-completing of the user-name field and prompt for their password?

For instance, the user selects a preference to use the .de domain, you pop-up a modal window (al la lightbox?) which is actually generated by the .de domain asking for their password.

“Please enter your password to save preferences…”

As they submit, they actually login to the .de domain.

Do a search for single sign on.

The OP gave a full explanation of that back in post 7 of the thread.

One possible solution would be to use the 1x1 images to generate the cookies and just store a token in the cookies (same in each). When they login the token from the current cookie gets copied to to the database to indicate that the browser using that token is logged in. You simply test if the current token is assigned to someone already logged in before so as to know when to skip asking for a login because they already are. You then start adding as many additional checks to that in order to minimise the possibility that the cookie containing the token has been copied.

As a completely different alternative, how about storing their language preference along with their login details and have the login window swap them to the correct domain before it stores the cookie. That way the cookie need only be stored on the one domain.

OK, thank you all for your input.

I had expected it to be a one-minute task…
But at least there is a solution, that should be done within an hour - thats fine too. :slight_smile:

Everything else I will look into, next time I’m bored… :goof:

Regards
Flözen

Did you actually read this thread? :lol: