Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6266 closed defect (bug) (fixed)

annoying session expiration avoidable when autosave firing

Reported by: andy's profile andy Owned by: andy's profile andy
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.5
Component: General Keywords:
Focuses: Cc:

Description

Leave your post window open for 12-24 hours and your nonces will expire. Instead, let's detect nonces passing the halfway mark and renew them. This does not change the behavior for expired nonces.

Attachments (2)

6266.diff (4.8 KB) - added by andy 17 years ago.
let there be nonce renewal
6266-2.diff (1.4 KB) - added by andy 17 years ago.
more nonces, back to normal duration

Download all attachments as: .zip

Change History (5)

@andy
17 years ago

let there be nonce renewal

#1 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7375]) Renew autosave nonce. Props andy. fixes #6266

#2 @andy
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Also renew the other nonces.

Also fix the double-halved nonce lifespan.

@andy
17 years ago

more nonces, back to normal duration

#3 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [7376]) More nonce renewals from andy. fixes #6266

Note: See TracTickets for help on using tickets.