[ATrpms-users] MythWeb not being updated from 0.19 fixes?
Thomas Börkel
thomas at boerkel.de
Wed May 17 14:17:44 CEST 2006
HI!
Axel Thimm wrote:
>>>> When I look at includes/session.php, it's VERY old. The code in 0.19
>>>> fixes branch is different and was last updated over a month ago, so
>>>> these updates should be in the RPM?
>>> I've rebuilt it, the next update will have a current mythweb.
>> I just installed -75 and session.php is still old.
> Have you checked upstream source?
>
> http://svn.mythtv.org/trac/browser/branches/release-0-19-fixes/mythplugins/mythweb
>
> The files there are >= 6 weeks.
>
> Maybe you are looking for trunk versions? ATrpms tracks the
> release-0-19-fixes, not trunk.
Please look at
http://svn.mythtv.org/trac/browser/branches/release-0-19-fixes/mythplugins/mythweb/includes/session.php
Line 22:
session_set_cookie_params(60 * 60 * 24 * 365, '/'); // 1 year
timeout on cookies
And my local line 22:
session_set_cookie_params(60 * 60 * 30, '/'); // 30 day
timeout on cookies
Thomas
More information about the atrpms-users
mailing list