Skip to content

Commit e89a0ac

Browse files
committed
Update license and and sources in readme
1 parent 3dc0f68 commit e89a0ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Symplely - Lawrence Stubbs, and Vaibhav Pandey, Luke Kingsley, Dragonfly Development Inc.
3+
Copyright (c) 2019 Symplely - Lawrence Stubbs, and Vaibhav Pandey, Luke Kingsley, Dragonfly Development Inc, Paul M. Jones, Julián Gutiérrez
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,9 @@ $response = ResponseCookies::expire($response, 'session_cookie');
900900

901901
Normally, **PHP** will send out headers for you automatically when you call `session_start()`. However, this means the headers are not being sent as part of the PSR-7 response object, and are thus outside your control. `Sessions` puts them back under your control by placing the relevant headers in the PSR-7 response.
902902

903+
This class is a merge and rework of `Session`, and `SessionHeadersHandler` class in repo, [Relay.Middleware](https://github.com/relayphp/Relay.Middleware), and [sessionware
904+
](https://github.com/juliangut/sessionware/tree/2.x).
905+
903906
This manager provides a nice OOP API to access session related actions:
904907

905908
`$session = new \Async\Http\Sessions($id, $cacheLimiter, $cacheExpire);`

0 commit comments

Comments
 (0)