PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Session » Bug #5454

Error in Description of setIde()

Details

Submitted2005-09-19 15:01 UTC
Fromhdillemuth at de dot imshealth dot com
Assignedtroehr
StatusClosed
PackageHTTP_Session
PHP Version4.3.5
OSHandbook
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);