Login   Register  
PHP Classes
elePHPant
Icontem

File: session_destory.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Paul.Ren  >  Class Session  >  session_destory.php  >  Download  
File: session_destory.php
Role: Example script
Content type: text/plain
Description: destory session object
Class: Class Session
User session management and browser support query
Author: By
Last change:
Date: 2004-07-29 01:13
Size: 102 bytes
 

Contents

Class file image Download
<?
require "./session.class.php";

    
session_start();
    
session_unset();
    
session_destroy();
    
?>