[PHP] session_cache_expire()

2006-03-16 Thread suresh kumar
I searched php.net/session and weberdev website and implemented session_cache_limiter() and session_cache_expire() function.but i am not getting the output what i want.i spend whole day on searching.any one give the solution for my problem in windows,if user idle for 1 minute,his desktop screen

[PHP] session_cache_expire()

2002-04-25 Thread Pierre Arsenault
session_cache_expire() How does this function work? I keep getting and error saying the function is undefined... , I'm using version 4.1.2, which session support built in. According to the documentation this function exist, however looking at the source (session.c, php_session.h) It doesn't

Re: [PHP] session_cache_expire()

2002-04-25 Thread Matt Rohrer
On Thu, Apr 25, 2002 at 03:03:43PM -0300, Pierre Arsenault wrote: session_cache_expire() How does this function work? I keep getting and error saying the function is undefined... , I'm using version 4.1.2, which session support built in. According to the documentation this function