|
Posted by Rogier on 07/23/07 18:47
Hello,
I made a simple script with some session variables. When I work in the
application, and when I don't use the application for some time, the
session vars are erased... even when I set the session time out for 4
hours....
Here is a part of the code:
<?PHP
session_cache_expire(240);
$cache_expire = session_cache_expire();
session_start();
include('functions.php');
$naam_l = '';
if (isset($_SESSION['a_name'])) $naam_l = $_SESSION['a_name'];
How is it possible that the vars don't work anymore , for example
within 30 min?
Is there maybe a problem in IE6? How can I debug this problem....
Greetings and thanks,
Ronald,
Vlaardingen - The Netherlands
Navigation:
[Reply to this message]
|