Hello all, When I was testing my site in mozilla I got the following issue I am setting session variable in my parent window and accessing it in child window. This process is working properly in IE , But in MOZILLA i am not able to get the value of session. and also not able to read the value set in the child window. Please help me sort out for this issue. thanks & regards.
sessions should work, but every session needs a cookie, and cookies are not always transported to other frames... try setting a real cookie and use this to login users or something