Dear Cookie-people and Sessions users:
I'm using sessions with PHP4 currently, and I know that cookies are limited to the host, although internal page elements can access other servers and pass on variables, redirection, etc.
If I have a server, such as www.mydomain.com and another that it download.mydomain.com, and they both access the same session directory and databases... What is the best way to be able to continue using sessions between the two?
Can session_id= simply be included via GET, or does a function need to check if it should share session information?
Any ideas or thoughts would be great.