Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this suitable for running over multiple HTTP request cycles? #26

Closed
AndrewCarterUK opened this issue Nov 19, 2015 · 3 comments
Closed
Assignees
Labels
Milestone

Comments

@AndrewCarterUK
Copy link
Contributor

Hello,

I work on a project called PHPFastCGI and I've been keeping an eye out for PSR-7 session middleware to recommend for the project.

Most that I've seen makes the assumption that it will only ever be used for one request cycle - is the same true for this one?

Best Regards,

Andrew

@Ocramius
Copy link
Member

@AndrewCarterUK yes, that was one of the design prerequisites (being able to run over multiple dispatch cycles)

@Ocramius Ocramius self-assigned this Nov 19, 2015
@AndrewCarterUK
Copy link
Contributor Author

Awesome, I'll add it to the docs later :) (Y)

@lcobucci
Copy link
Member

We also have a test covering that 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants