- Status Closed
- Percent Complete
- Task Type Feature Request
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version Stable
- Due in Version 2.34
-
Due Date
Undecided
- Votes
- Private
FS#111 - Use PHP's builtin session support
The builtin session stuff, especially where shared logins are enabled, is rather kludgy.
I'd much rather use PHP's builtin session support, and eliminate PO's cobbled-together one-session-per-user nonsense.
Closed by pizza
2006-12-20 15:25
Reason for closing: Implemented
Additional comments about closing: -devel will become -stable for v2.34, so this is complete.
2006-12-20 15:25
Reason for closing: Implemented
Additional comments about closing: -devel will become -stable for v2.34, so this is complete.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This depends on the session code being properly centralized, which is ongoing.
The session centralization is complete (2.33-rc)
-devel now uses PHP sessions exclusively; no more po-specific cookies.
There are three regressions:
* Restart of the server may wipe session information (Not much we can do about this..)
* The "shared=off" option no longer works (I intend to remove it)
* Otherwise-valid sessions aren't checked against the database to ensure the user still exists or has appropriate permissions.
Eliminated 'shared' entirely, and all old references to session_id & shared.
Migrated all preferences into the global $po_options, which is kept in the session state now.
Not all preference users (especially import-related) use the new paradigm yet..
periodic auth/pref refreshes are now performed properly.