I have created a simple login passess the session ID to the frameset. In the frameset the session ID is then passed to two pages within the frameset. on the top page, i have a logout button which is supposed to destroy the session. The problem is that the session and data still exist even after session destroy. even if I login with a different username, it grabs the last data. How can I make the logout function work correctly?
Thanks
Thanks