| Summary | This request cannot be completed because the link you followed or the form you submitted was only valid for minutes |
| Queue | Horde Base |
| Queue Version | 3.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | comertoglu (at) itu (dot) edu (dot) tr |
| Created | 10/16/2008 (6232 days ago) |
| Due | |
| Updated | 10/17/2008 (6231 days ago) |
| Assigned | 10/17/2008 (6231 days ago) |
| Resolved | 10/17/2008 (6231 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
list they told me that it should be there, i think i erased by
mistake. Thanks.
State ⇒ Feedback
Patch ⇒ No
token_lifetime.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ This request cannot be completed because the link you followed or the form you submitted was only valid for minutes
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
trying to logout i get the message: "This request cannot be completed
because the link you followed or the form you submitted was only valid
for minutes"
i added two paranthesis to horde/lib/Horde.php at 333
as
if (($_SESSION['horde_form_secrets'][$token] +
$GLOBALS['conf']['urls']['token_lifetime']) * 60 < time()) {
and it worked