Project

General

Profile

Actions

Improvements #11049

open

Mitigate issues that may arise from changing the session id

Added by Roel Standaert almost 4 years ago. Updated 19 days ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
11/07/2022
Due date:
% Done:

0%

Estimated time:

Description

One major downside to the fact that session ids may change (e.g. when logging in, to mitigate session fixation attacks) is that it can cause issues with functions that expect the session id to stay the same, like WServer::post.

We should find a way to fix this, e.g. by adding a session token that changes, which should be provided in the wtd parameter (or in an additional parameter), while the session id stays the same for use in functions like WServer::post.


Related issues 1 (1 open0 closed)

Related to Feature #11036: Thread safe smart (weak) pointer for WApplicationNew10/31/2022

Actions
Actions #1

Updated by Roel Standaert almost 4 years ago

  • Related to Feature #11036: Thread safe smart (weak) pointer for WApplication added
Actions #2

Updated by Romain Mardulyn about 1 year ago

  • Status changed from New to InProgress
  • Assignee set to Romain Mardulyn
Actions #3

Updated by Romain Mardulyn about 1 year ago

  • Status changed from InProgress to Review
  • Assignee deleted (Romain Mardulyn)
Actions #4

Updated by Romain Mardulyn about 1 month ago

  • Target version changed from future to 4.15.0
Actions #5

Updated by emil de keyser about 1 month ago

  • Assignee set to emil de keyser
Actions #6

Updated by emil de keyser 19 days ago

  • Status changed from Review to Resolved
  • Assignee changed from emil de keyser to Romain Mardulyn
Actions

Also available in: Atom PDF