[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 is changed to screen saver.i like to implement
the same logic in my project if user is idle for 3
minutes its session will have to automatically 
destroy.i am waiting for or response.



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 appear to be defined... hence the 
error I am getting. Anyone have any insight on this - or on how to use this 
function?



Pierre Arsenault - Computing Services Dept.
Mount Allison University
(506) 364 -2474


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 exist, however looking at the source 
 (session.c, php_session.h) It doesn't appear to be defined... hence the 
 error I am getting. Anyone have any insight on this - or on how to use this 
 function?

For each function in the documentation, the second line after the function 
name lists which version of php has the function. Check it again.

-- 
Matt Rohrerhttp://prognostikos.com/503.816.8789
---
If men would only give up their silly desire for world dominance, 
the world would be a much finer place.  - Maureen Dowd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php