C
|
cgphp 10/31/2011 |
Not sure I understand what you mean. To unset a session var: unset($_SESSION['UGI']);
|
V
|
vytb author 10/31/2011 |
Not sure I understand what you mean. To unset a session var: unset($_SESSION['UGI']);
|
C
|
cgphp 10/31/2011 |
Not sure I understand the logic behind your app. If you want to execute some code in the beginning of each page before any processing takes place, check this event: http://xlinesoft.com/phprunner/docs/after_table_initialized.htm |