<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello,</p>
<p><br>
</p>
<p>ABCD Central uses the session-variables of PHP (in php.ini) for its sessions management. If you have access to this file php.ini on the server, you could check for the value of
<span>session.gc_maxlifetime (e.g. = 1440 is a common value meaning 24 minutes).</span></p>
<p><span>If not, perhaps putting this in your config.php (in htdocs/central) : <br>
</span></p>
<p><span><span><span class="comment-copy">      ini_set('session.gc_maxlifetime', 1440);</span></span></span></p>
<p><span><span><span class="comment-copy">could also do the trick, but unfortunately there are more tricks (like garbage collection based on a cron (scheduled) script...) depending on the server configuration, so it is not always unequivocal.</span></span></span><br>
</p>
<p><br>
</p>
<div id="Signature">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Egbert de Smet<br>
Universiteit Antwerpen</div>
</span></font></div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> isis-users <isis-users-bounces+egbert.desmet=ua.ac.be@iccisis.org> on behalf of Freek Heite <f.heite@hccnet.nl><br>
<b>Sent:</b> Tuesday, July 30, 2019 5:55 PM<br>
<b>To:</b> isis-users@iccisis.org<br>
<b>Subject:</b> [Isis-users] Hwo to change expiration time for ABCD sessions?</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hello, when a logged-in ABCD session is not used for a certain amount of time (I think currently for 5 minutes) the user can no longer continue the work at a later time.<br>
The ABCD message is "Session expired or you are not logged in".<br>
<br>
How can we change the expiration time? We're using ABCD 1.4 on Ubuntu 16.04 LTS.<br>
<br>
Regards,<br>
Freek Heite<br>
NVBS.nl<br>
<br>
<br>
_______________________________________________<br>
isis-users mailing list<br>
isis-users@iccisis.org<br>
To manage your own subscription options go to: <a href="http://lists.iccisis.org/listinfo/isis-users" id="LPlnk867922" previewremoved="true">
http://lists.iccisis.org/listinfo/isis-users</a><br>
Or contact Henk Rutten: hlrutten@xs4all.nl<br>
</div>
</span></font></div>
</div>
</body>
</html>