UserDB* modules should store user in sessionInfo

This commit is contained in:
Thomas CHEMINEAU 2010-05-03 17:42:42 +00:00
parent a963e83dc2
commit c4ea39fae4

View File

@ -117,6 +117,8 @@ sub setSessionInfo {
else {
$self->abort('Only hash reference are supported now in exportedVars');
}
# Store other informations in session
$self->{sessionInfo}->{'_user'} = $self->{user};
PE_OK;
}