Forum Moderators: coopster
Now say you open the page with the script in your browser:
http://example.com/script.php
But in the script, it includes the verification file like this:
http://www.example.com/script-verify.php
The verification script will not work, because it does not see the session. I know of course that sessions will not work across domains, but is this a standard issue? for sessions to not work across URLS having/not-having the www prefix?
The script can always just be modified depending on the situation, but I just wanted to see if this was a known issue I had not heard about :) I did not see any information on it anywhere, and it just seems to odd to be standard behavior. Thanks for any info :)