Project

General

Profile

Actions

Improvements #11049

open

Mitigate issues that may arise from changing the session id

Added by Roel Standaert over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
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 over 1 year ago

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

Also available in: Atom PDF