TedC wrote:
Regarding the mentioned security issues: Don't believe everything you read. Sessions time out, after that no more security issue. Afaik, noone has reliably been able to reproduce exploits due to SIDs in the URL.
So, show us your HTTP_COOKIE_DOMAIN then we look at the rest.
Best,
Ted
Thank you for your response Ted. It is much appreciated. Here's what I have in my configure file.
[php]define('HTTP_COOKIE_DOMAIN', 'www.mydomain.com');[/php]
I only show the osCsid's on the first page load. Further, I only see them on the static code that I've included in the header and footer (which consists of forms and links within my site that are not part of OSC).
As far as the sessions timing out and the security risks, I've personally noticed these links a LOT while searching for OSC related issues. Not only have I noticed them, but I've clicked them and accidentally gained access to someones personal details and I'd really like to prevent this from ever happening.
Thanks again for responding.
