Jump to content

Making frames disappear after logging out


mistertylersmith

Recommended Posts

Once users on my site login, I have a frameset open and this is what I use for navigation.  My question is once a user clicks on logout, I want the frames to disappear so the page looks like it would if it were the first time you went to it.

 

this is the code for my logout script:

<?php 
require('functions.php');
session_start();
session_destroy();
session_write_close();
header('Location: ../index.php');
?>

 

anyone have any ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.