Expiring sessions logout
Posted: Mon Dec 20, 2004 5:04 am
how can i detect when the session has expired...and want the user to logout when the session has been expired...i have set the
session_cache_expire(30);
but do i have do this on every page before session start...
session_cache_expire(30);
but do i have do this on every page before session start...