Show
Ignore:
Timestamp:
06/08/04 22:10:06 (5 years ago)
Author:
gerd
Message:

changed some security-features
added examples

Files:

Legend:

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

    r9 r16  
    2323        // most easy way to create a session object 
    2424        $sess   =&      patSession::singleton( 'ham' ); 
    25          
     25 
    2626        // store a value  
    2727        echo '<br/>Store some values into session...<br/>'; 
     
    4141        echo 'Query-string <i>' . $queryString . '</i> from this session.<br />'; 
    4242        echo 'This <a href="' . $_SERVER['PHP_SELF'] . '?' . $queryString . '" title="'. $_SERVER['PHP_SELF'] . '?' . $queryString .'">URL</a> contains the query-string<br />'; 
     43         
    4344?>