Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove unneeded dependencies which is in perl-5.8.9 dist | Jun Kuriyama | 2010-01-22 | 1 | -2/+2 |
| | | | | | | | | | (part 2). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248359 | ||||
* | - Force commit to fix a mistake in Makefile. | Marcelo Araujo | 2009-03-17 | 1 | -2/+3 |
| | | | | | | | Submitted by: Gerard <gerard@seibercom.net> (maintainer) Notes: svn path=/head/; revision=230295 | ||||
* | CGI::Session::ExpireSessions is a pure Perl module. | Marcelo Araujo | 2009-03-15 | 4 | -0/+50 |
It deletes CGI::Session-type sessions which have passed their use-by date. It works with CGI::Session-type sessions in a database or in disk files, but does not appear to work with CGI::Session::PureSQL-type sessions. The recommended way to use this module is via method expire_sessions(), which requires CGI::Session V 4 or later. WWW: http://search.cpan.org/~rsavage/CGI-Session-ExpireSessions-1.09/ PR: ports/132558 Submitted by: Gerard Seibert <gerard@seibercom.net> Notes: svn path=/head/; revision=230152 |