[Gforge-devel] [#1637] Patch for using $sys_session_expire=0

Federico federicot at gmail.com
Mon Jun 12 09:34:48 EDT 2006


https://gforge.org/tracker/index.php?func=detail&aid=1637&group_id=1&atid=106
aplied patch to head 4.6

Index: common/include/session.php
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/session.php,v
retrieving revision 1.27
diff -r1.27 session.php
91c91,92
<       if ($time - time() >= $GLOBALS['sys_session_expire']) {
---
>       if (($GLOBALS['sys_session_expire'] > 0) &&
>           ($time - time() >= $GLOBALS['sys_session_expire'])) {
188c189
<
---
> /*
207a209
> */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://svr1.gforge.org/pipermail/gforge-devel/attachments/20060612/20765bc4/attachment.html


More information about the Gforge-devel mailing list