Hello,
Im making a web aplication that uses php session handling, im working in my company intranet.
this is my problem:
When i access my apache webserver using the ip number http://10.34.22.44/ everithing whorks fine but when i access my apache webserver by the dns name [url]http://tpi_open.net.in.iantel.com.uy/[/url] the session variables are not stored in the session arrays $_SESSION or $HTTP_SESSION_VARS.
I have seen that in the c:/php/sessiondata the session files are stored fine when i access by dns but the arrays are not fine.
what is happening?
thanks a lot