Re: Re: [PEAR-DEV] LiveUser - session_set_cookie_params()
Arnaud Limbourg <arnaud-GdXxm9JVFPlWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
>>> - time() + (8 * 6400 * >>> $this->_options['session_cookie_params']['lifetime'])), >>> + time() + (LIVEUSER_DAY_SECONDS * >>> $this->_options['session_cookie_params']['lifetime'])), > > yes .. my point was that "8 * 6400" is obviously a typo that would > not happen if we were using a constant. also a constant name is more > descriptive. mm, well, not a big deal. > anyways its really a non issue to me .. but I dont understand how > your change fixes the issue reported by the user. I don't think it does, the two were not really related, I just noticed it when I read the report. Arnaud.