|
76 | 76 | <xsd:attribute name="storage-id" type="xsd:string" />
|
77 | 77 | <xsd:attribute name="handler-id" type="xsd:string" />
|
78 | 78 | <xsd:attribute name="name" type="xsd:string" />
|
79 |
| - <xsd:attribute name="cookie-lifetime" type="xsd:integer" /> |
| 79 | + <xsd:attribute name="cookie-lifetime" type="xsd:string" /> |
80 | 80 | <xsd:attribute name="cookie-path" type="xsd:string" />
|
81 | 81 | <xsd:attribute name="cookie-domain" type="xsd:string" />
|
82 | 82 | <xsd:attribute name="cookie-secure" type="xsd:boolean" />
|
83 | 83 | <xsd:attribute name="cookie-httponly" type="xsd:boolean" />
|
84 | 84 | <!-- deprecated attributes -->
|
85 |
| - <xsd:attribute name="lifetime" type="xsd:integer" /> |
| 85 | + <xsd:attribute name="lifetime" type="xsd:string" /> |
86 | 86 | <xsd:attribute name="path" type="xsd:string" />
|
87 | 87 | <xsd:attribute name="domain" type="xsd:string" />
|
88 | 88 | <xsd:attribute name="secure" type="xsd:boolean" />
|
89 | 89 | <xsd:attribute name="httponly" type="xsd:boolean" />
|
90 | 90 | <!-- end of deprecated attributes -->
|
91 | 91 | <xsd:attribute name="cache-limiter" type="xsd:string" />
|
92 | 92 | <xsd:attribute name="auto-start" type="xsd:boolean" />
|
93 |
| - <xsd:attribute name="gc-maxlifetime" type="xsd:integer" /> |
94 |
| - <xsd:attribute name="gc-divisor" type="xsd:integer" /> |
95 |
| - <xsd:attribute name="gc-probability" type="xsd:integer" /> |
| 93 | + <xsd:attribute name="gc-maxlifetime" type="xsd:string" /> |
| 94 | + <xsd:attribute name="gc-divisor" type="xsd:string" /> |
| 95 | + <xsd:attribute name="gc-probability" type="xsd:string" /> |
96 | 96 | </xsd:complexType>
|
97 | 97 |
|
98 | 98 | <xsd:complexType name="templating">
|
|
0 commit comments