hi,
i have been experimenting the session handling capability of php by using simple pages. the main objective is detect that the session is destroyed after a predefined time, around 2 mins.
to test the case, a main.php page is launch with a link to page1.php. page1.php has a link to page2.php. both page1.php and page2.php include routines to check the session. however, running the test case, nothing seemed to happend. the session is almost always active.
the following are set in the php.ini config file.
session.gc_maxlifetime=60;
session.cache_expire=1;
hope for your expert advise