Author Topic: How to destory session in a frame?  (Read 258 times)

0 Members and 1 Guest are viewing this topic.

Offline paritycheckTopic starter

  • Irregular
  • Posts: 10
  • Gender: Male
    • View Profile
How to destory session in a frame?
« on: November 04, 2007, 01:03:21 AM »
Hi guys.. I need help here. I have my program in php - on one of the pages I have a frame which contains another program which means that in this case I now have like two sessions being created one for my main program and one for the program called within the frame. I can destroy the session created in my main program when I log out but I don't know how to destroy the session created by the program which runs in the frame. Note that not all my pages have frames and its only on one page where I've enclosed the external program in a frame.

Is there any way to destroy the session in the frame like when I navigate away from teh page which has the frame or so...
<!-- put signature here -->