Here it is:
I setup a cookie containing the string username:password. I set it up under a SSL connection. It is visible only to the SSL scripts from the same domain. I agree with that. Well, the problem is that I need that non-SSL scripts from other domain to know the username. I only need the password safe. How can I do that? The public cookie must be set from withing the SSL script as it's the only one receiving the HTTP_POST_VARS[]. Can't do that...
Thank you soooo for any help!!