Frames and session handling
Posted: Thu Apr 14, 2005 8:42 am
Hi,
My homepage is made up of afew frames, a banner, a frame on the left containing links to navigate the site and a content frame in the center where everything is targeted to.
My problem is i cant recall session variables values to a form on the content frame. The user logs in in the left frame and the session is started. Php echos on this frame display the correct username, however all echos to pages in the content frame display nothing.
Do i need to pass values from one page to another for this to work?
My homepage is made up of afew frames, a banner, a frame on the left containing links to navigate the site and a content frame in the center where everything is targeted to.
My problem is i cant recall session variables values to a form on the content frame. The user logs in in the left frame and the session is started. Php echos on this frame display the correct username, however all echos to pages in the content frame display nothing.
Do i need to pass values from one page to another for this to work?