Show
Ignore:
Timestamp:
05/17/05 11:07:10 (4 years ago)
Author:
gerd
Message:

-added new examples: Restart, namespace
-moved internal session values to namespace patSession
-fixed restart-session-bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/example_basic_count.php

    r31 r34  
    2626        if( isset( $_REQUEST['restart'] ) &&  $_REQUEST['restart'] == 'force' ) 
    2727        { 
    28                 $sess->destroy(); 
    2928                $sess->restart(); 
    3029        }