Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a9915e

Browse filesBrowse files
committed
bug #25751 [FrameworkBundle] Add the missing enabled session attribute (sroze)
This PR was merged into the 2.7 branch. Discussion ---------- [FrameworkBundle] Add the missing `enabled` session attribute | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT | Doc PR | ø Add a missing `enabled` field in framework's `session` configuration. Commits ------- a314931 Add the missing `enabled` session attribute
2 parents f35a7b5 + a314931 commit 2a9915e
Copy full SHA for 2a9915e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
</xsd:complexType>
105105

106106
<xsd:complexType name="session">
107+
<xsd:attribute name="enabled" type="xsd:boolean" />
107108
<xsd:attribute name="storage-id" type="xsd:string" />
108109
<xsd:attribute name="handler-id" type="xsd:string" />
109110
<xsd:attribute name="name" type="xsd:string" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.