Home » HTTP » HTTP_Session » Bug #5454
Error in Description of setIde()
Details
| Submitted | 2005-09-19 15:01 UTC |
|---|---|
| From | hdillemuth at de dot imshealth dot com |
| Assigned | troehr |
| Status | Closed |
| Package | HTTP_Session |
| PHP Version | 4.3.5 |
| OS | Handbook |
| Roadmaps | (Not assigned) |
Comments
[2005-09-19 15:01 UTC] hdillemuth at de dot imshealth dot com
Description:
------------
I can only use setIdle() if I add the current time() to its parameter.
In your doc you write in example 3:
[...]
setIdle(10*60);
which is not working on my installation but
setIdle(time()+10*60);
will work.
Please be so kind as to update your docs!
Test script:
---------------
setIdle(time()+10*60);