When the user has logged in the module should remove rpx and rpx_last_provider_info from $_SESSION.

Comments

geokat’s picture

Category: bug » support

This 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

amitaibu’s picture

> 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.

geokat’s picture

Category: support » task
BenK’s picture

Subscribing

amitaibu’s picture

Maybe ctools' object-cache can be handy in this case.

Roze-1’s picture

Subscribing, 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 !