Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

stateless(dumb) mode #49

Closed
ghost opened this issue May 16, 2011 · 2 comments
Closed

stateless(dumb) mode #49

ghost opened this issue May 16, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented May 16, 2011

I think that I use the "Auth_OpenID_DumbStore" class when executing it with stateless(dumb) mode.
When Consumer.php line 618 is seen, it seems to do the association even when Auth_OpenID_DumbStore is used.
Is this correct processing?

Consumer.php line 618

function Auth_OpenID_GenericConsumer($store)
{
    $this->store = $store;
    $this->negotiator = Auth_OpenID_getDefaultNegotiator();
    $this->_use_assocs = (is_null($this->store) ? false : true);   <-- it's true even if "Auth_OpenID_DumbStore"

    $this->fetcher = Auth_Yadis_Yadis::getHTTPFetcher();

    $this->session_types = Auth_OpenID_getAvailableSessionTypes();
}
@stutiredboy
Copy link
Contributor

I have got this problem too.

@timcappalli
Copy link
Member

This repo is being archived. Closing issue.

@timcappalli timcappalli closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants