This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 4 years ago

Last modified 3 years ago

#928 assigned defect

Refactor web sessions

Reported by: jbenito Owned by: jatrzask
Priority: high Milestone: v2.1
Component: General Version:
Keywords: Cc:

Description

In many places, as the room booking, web sessions are used to pass info around. It makes no sense to use sessions for this (cos we force a commit into the DB).

Replace as much as possible with ContextManager?.
And get rid of the sessions that are not needed anymore.

Change History (4)

comment:1 Changed 3 years ago by jbenito

  • Milestone changed from v0.98.1 to v1.0
  • Owner set to jatrzask
  • Priority changed from normal to high
  • Status changed from new to assigned

comment:2 Changed 3 years ago by jatrzask

  • Status changed from assigned to in_work

comment:3 Changed 3 years ago by jatrzask

  • Status changed from in_work to assigned

comment:4 Changed 3 years ago by jbenito

  • Milestone changed from v1.0 to v1.3
Note: See TracTickets for help on using tickets.