Commit 3fd233e
authored
Update MemcachedHandler.php
bug #1676
read(string $sessionId)
The read callback must always return a session encoded (serialized) string, or an empty string if there is no data to read.
It was causing an exception as is in #16761 parent ff0748e commit 3fd233e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments