PHP Classes

Classes of brolewis

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of brolewis (1)  >  Mission progress status  >  Reputation  
Picture of brolewis
Name: brolewis <contact>
Classes: 1
Country: United States United States
Age: ???
All time rank: 1409211 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 2165
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Locked Session Handler  
PHP Programming Innovation award nominee
September 2004
Number 4


Prize: One copy of the PHP Anthology book set
Session handler with variable locking support
This class is custom session handler that allows for values stored in the session variables to be locked to prevent changes.

The class provides functions to set, retrieve, check and delete session variable values, as well functions to lock and unlock given session variables.

The names of locked variables are added to a special session variable array. If a script attempts to changes or delete locked session variables, they are not changed and the class will issue a non-fatal error notice.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z