When putting the latest version of our Nettalk 7 webserver online, we encounter a very strange problem. My domain name is forwarded to an IP:port address (
http://xxx.xxx.xxx.xxx:xx)
When using Firefox all works perfectly.
But when using Internet Explorer 9 (in Windows 7)
- browsing via the direct IP address works OK
- browsing via the domain name : user can login but "page not found" instead of products list.
Something seems to go wrong in the forwarding process. Can it have anything to do with the String instead of Long session vars ?
I already tried in Nettalk webserver settings
1. shortening the string from 30 to 10 chars
2. use number for session id
but the problem remains. (I did not change the field or variable formats yet).
What could be the reason ?