Skip to content

Commit e21dd55

Browse files
authored
Fix custom session handler location
1 parent bbbd232 commit e21dd55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
* - 'database' - Uses CakePHP's database sessions.
413413
* - 'cache' - Use the Cache class to save sessions.
414414
*
415-
* To define a custom session handler, save it at src/Network/Session/<name>.php.
415+
* To define a custom session handler, save it at src/Http/Session/<name>.php.
416416
* Make sure the class implements PHP's `SessionHandlerInterface` and set
417417
* Session.handler to <name>
418418
*

0 commit comments

Comments
 (0)