6.0.0-beta1
7/4/25

[#7515] This request cannot be completed because the link you followed or the form you submitted was only valid for minutes
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 (6105 days ago)
Due
Updated 10/17/2008 (6104 days ago)
Assigned 10/17/2008 (6104 days ago)
Resolved 10/17/2008 (6104 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/17/2008 02:48:25 PM Chuck Hagenbuch State ⇒ Not A Bug
 
10/17/2008 07:25:00 AM comertoglu (at) itu (dot) edu (dot) tr Comment #3 Reply to this comment
i am not able to see that setting in administration tabs. in mailing 
list they told me that it should be there, i think i erased by 
mistake. Thanks.
10/17/2008 03:09:03 AM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Patch ⇒ No
Reply to this comment
Did you update your configuration? Looks like you just haven't defined 
token_lifetime.
10/16/2008 02:41:15 PM comertoglu (at) itu (dot) edu (dot) tr Comment #1
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
Reply to this comment
After updating Horde 3.3-rc1 to Horde 3.3 the problem occured. When 
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


Saved Queries