OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 28-Nov-2005 08:49:37
Branch: HEAD Handle: 2005112807493700
Modified files:
openpkg-registry registry-ui.pl
Log:
increase one more expiry time
Summary:
Revision Changes Path
1.44 +1 -1 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.43 -r1.44 registry-ui.pl
--- openpkg-registry/registry-ui.pl 28 Nov 2005 07:37:19 -0000 1.43
+++ openpkg-registry/registry-ui.pl 28 Nov 2005 07:49:37 -0000 1.44
@@ -182,7 +182,7 @@
&printprettyerror("Session handling failed", "");
goto CUS;
}
-$session->expires("+5m");
+$session->expires("+3600s");
CGI::Session->find(sub {});
if ($cfg->{identification}->{mode} eq "ase") {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]