Active
Project:
Janrain Social Login
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2011 at 09:38 UTC
Updated:
19 Jan 2012 at 12:56 UTC
When the user has logged in the module should remove rpx and rpx_last_provider_info from $_SESSION.
Comments
Comment #1
geokat commentedThis is not a bug, it's a feature.
Can you share with me a scenario where this creates a problem? These values are used in the module even after the user has signed in. But if does create problems, we should do something about it.
Thanks,
George
Comment #2
amitaibu> This is not a bug, it's a feature.
Well, I would say it's in the middle -- I'd consider it bad practice. None of Drupal core modules keep so much data in the session for authenticated user. Maybe you can move it to the $user object, or provide your own tables to hold the info.
Comment #3
geokat commentedComment #4
BenK commentedSubscribing
Comment #5
amitaibuMaybe ctools' object-cache can be handy in this case.
Comment #6
Roze-1 commentedSubscribing, Is it possible to direct them to appropriate widgets ??
Edit: Or is it possible to remove the "rpx_last_provider_info" during the login ??
A little help would be appreciated !