Hi all,
I 've got a problem when passing cookie to all frames of a frameset. I have two files:
1) login.php ===> with setcookie("sid", 1234), if verifying login/passwd sucessfully, then go to frameset.php
2) frameset.php ===> with 2 frames src=menu.php and src=main.php
When I tried to print cookie "sid" at frameset.php, sid=1234 but at main.php, the sid is empty.
Could anyone give me any suggestions.
Thanks,
tan