I am making a chat and I have to use frames.
I thought I know enough about sessions in php, but I have a problems.
I put the session_register() function into my frameset and register session variables there, then i put session_start function into every frame and everything is ok I mean I can see the values of a session variables in all frames. But this is for Internet Explorer 5.5 when I try this with NS 4.72 first it works, but when i refresh one of the frames the session variables are there,but with empty values.
If anybody knows anything about, Please help me.