PHP » GoLang |
login |
register |
about
|
GoLang session_cache_expire
request it (295)
GoLang replacement for PHP's session_cache_expire
[edit | history]
session_cache_expire(PHP 4 >= 4.2.0, PHP 5, PHP 7) session_cache_expire — Return current cache expire Description
int session_cache_expire
([ string
$new_cache_expire
] )session_cache_expire() returns the current setting of session.cache_expire. The cache expire is reset to the default value of 180 stored in session.cache_expire at request startup time. Thus, you need to call session_cache_expire() for every request (and before session_start() is called). Parameters
Return ValuesReturns the current setting of session.cache_expire. The value returned should be read in minutes, defaults to 180. Examples
Example #1 session_cache_expire() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|