Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 19:35 UTC
Updated:
22 Mar 2015 at 21:28 UTC
Jump to comment: Most recent
Comments
Comment #2
robloachI like this idea. It'll transition quite nicely with #335411: Switch to Symfony2-based session handling and #1545680: Convert all uses of $_SESSION to symfony session syntax.
Comment #3
cosmicdreams commenteddrupal8.user-session.0.patch queued for re-testing.
Comment #5
catchIn #335411: Switch to Symfony2-based session handling there was some brief discussion of putting the {users} and {users_roles} information actually into $_SESSION itself, so $_SESSION['user'] or similar. Is it worth trying that here?
Comment #6
sunI'd rather move in small steps. Apparently, the patch in #0 wasn't even able to install Drupal, which most likely means that the dependencies on {users} fields on global $user already start in the installer... :(
We need to figure out what exactly that is.
Comment #7
sunThe Drupal installation failures in the patch in #0 will be resolved via:
#782672: Loosen the coupling between the user module and the installer/maintenance theme
#347988: Move $user->data into own table
Comment #8
d34dman commenteddrupal8.user-session.0.patch queued for re-testing.
Comment #10
jp.stacey commentedGlobal $user no longer exists, since #2328645: Remove remaining global $user. Should this therefore be closed as "cannot reproduce"?
Comment #11
fabianx commentedYup, thanks for the ping, this is closed (duplicate).