-
Type:
Bug
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Docs, Laravel Integration
-
None
-
🔵 Done
-
PHP Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
On the MongoDB Laravel PHP driver documentation for version 4.x, all pages work correctly except the Sessions page.
When visiting:[
👉 https://www.mongodb.com/docs/drivers/php/laravel-mongodb/v4.x/sessions
It redirects back to the 4.x Overview page instead of showing the expected sessions documentation.
Steps to reproduce:
- Go to Laravel MongoDB v4.x docs.
- Click on "HTTP Sessions" in the sidebar (or use the direct link above).
- Instead of showing session-related content, it redirects back to the overview page.
Expected Result:
The page should display documentation about using MongoDB sessions with Laravel (v4.x).
Actual Result:
The page redirects back to the overview page, making the sessions docs inaccessible.
Environment:
- Docs site: mongodb.com
- Section: Laravel MongoDB PHP Driver v4.x