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/index_sections.php

    r31 r34  
    5757                                        'descr' =>      'The internal session counter show you how many request were made in this session.' 
    5858                                ), 
     59                'namespace' => array( 
     60                    'title' =>  'Internal namespace', 
     61                    'descr' =>  'patSession itself uses the session container to store some internal values. In order to avoid conflicts, the namespace "patSession" is used as a prefix for all values.' 
     62                ), 
    5963                        ) 
    6064                ),