Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.
I have build a login system that allows access from one domain to another domain. A theory being planned is to use an iframe or frame set to host the page from the other domain and set a cookie that has both domains so that the cookie can be accessed.
I have usually used session variables rather than cookie based as it is much safer but i'm not sure what my approach is in this instance
neophyte wrote:Someone correct me if I'm wrong, but I thought SOAP was the protocol of choice for cross site logins?
Really?...uhm...isn't that some sort of XML thing? well i don't know SOAP but what you think of the scenario...personally im reluctant to undertake this project