I have a very unique problem I am trying to reslove from few weeks but I am not able to , Any help would be much appreciated.
I am using session variables and redirecting from one page to another.
the problem I am facing is the session variables are not working in IE and safari, i am getting an object refrence error since the session variables are not available in ridirected page.
It works absolutely fine with chrome and firefox.
Also,
if I use the actual url with port number it is working fine in IE and safari.
For example if I directly go to http://myurl.net:8080/ all the session objects work fine in all browsers.
But if I go to : http://myotherURL.net/ which is a forward and redirect of above url the session varibles only work in chrome and firefox and does not work in IE and safari.
I am using Go daddy for hosting and forwarding.
I am not able to figure this out. Please help any help would be much appreciated.
Thanks in advance