Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

What is the point of $this->config ['session_handle'] #60

Open
ghost opened this issue Jul 5, 2016 · 0 comments
Open

What is the point of $this->config ['session_handle'] #60

ghost opened this issue Jul 5, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 5, 2016

In the file XeroOAuth.php, line 446
if ($this->response ['code'] == 401 && isset ( $this->config ['session_handle'] )) {

What is the point of the isset ( $this->config ['session_handle'] ) test?

I am getting a 401 response for expired token, but it is skipping setting the helper to TokenExpired because i do not have a session_handle set

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

0 participants