Re: [zeta-dev] Re: [zeta-commits] svn commit: r1145100 - in /incubator/zetacomponents/trunk/Authentication: src/options/session_options.php src/session/authentication_session.php tests/session/session

2011-07-11 Thread Jerome Renard
Hi Derick, On Mon, Jul 11, 2011 at 2:28 PM, Derick Rethans wrote: > On Mon, 11 Jul 2011, Jerome Renard wrote: > >> On Mon, Jul 11, 2011 at 12:11 PM, Derick Rethans wrote: >> > On Mon, 11 Jul 2011, jero...@apache.org wrote: >> > >> >> @@ -45,12 +47,16 @@ >> >>   * >> >>   * >> >>   * @property i

Re: [zeta-dev] Re: [zeta-commits] svn commit: r1145100 - in /incubator/zetacomponents/trunk/Authentication: src/options/session_options.php src/session/authentication_session.php tests/session/session

2011-07-11 Thread Derick Rethans
On Mon, 11 Jul 2011, Jerome Renard wrote: > On Mon, Jul 11, 2011 at 12:11 PM, Derick Rethans wrote: > > On Mon, 11 Jul 2011, jero...@apache.org wrote: > > > >> @@ -45,12 +47,16 @@ > >>   * > >>   * > >>   * @property int $validity > >> + *           The maximal amount of seconds the session is v

Re: [zeta-dev] Re: [zeta-commits] svn commit: r1145100 - in /incubator/zetacomponents/trunk/Authentication: src/options/session_options.php src/session/authentication_session.php tests/session/session

2011-07-11 Thread Jerome Renard
Hi Derick, On Mon, Jul 11, 2011 at 12:11 PM, Derick Rethans wrote: > On Mon, 11 Jul 2011, jero...@apache.org wrote: > >> @@ -45,12 +47,16 @@ >>   * >>   * >>   * @property int $validity >> + *           The maximal amount of seconds the session is valid. >> + * @property int $idleTimeout >>   *

[zeta-dev] Re: [zeta-commits] svn commit: r1145100 - in /incubator/zetacomponents/trunk/Authentication: src/options/session_options.php src/session/authentication_session.php tests/session/session_tes

2011-07-11 Thread Derick Rethans
On Mon, 11 Jul 2011, jero...@apache.org wrote: > @@ -45,12 +47,16 @@ > * > * > * @property int $validity > + * The maximal amount of seconds the session is valid. > + * @property int $idleTimeout > * The amount of seconds the session can be idle. > * @property string