#5665 - Hybridauth: maximum execution time on session_start
| Identifier | #5665 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Hybridauth: maximum execution time on session_start |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Addon | General / Uncategorised |
| Description | Sometimes PHP times out (10 seconds) when calling session_start . IMO it is unreasonable to extend the time limit for this. We should analyze why it is taking so long. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
That seemed to do the trick at least so I can get through testing without a bunch of timeouts, but I'm assuming we can't leave it like that? I looked everywhere on Hybridauth's docs and found nothing mentioning use of sessions, so do we really need that?
Your fix sounds correct.