Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Session ini_set bug ? #27011

Closed
Closed
@ncou

Description

@ncou
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? yes/no
Symfony version 4.x

Hi,

After looking at the code, I think there is two small bugs in the session class
https://github.com/symfony/symfony/blob/4.0/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php#L356

There is the possibilite to apply a "url_rewriter.tags" parameter value, but this parameter doesn't start with "session.xxxx" so i think this will not work.

And there is a "upload_progress.min-freq" but looking at the doc it should be an underscore beetween min and fred => upload_progress.min_freq if i look at the doc : http://php.net/manual/fr/session.configuration.php#ini.session.upload-progress.min-freq

Am i missing something ? or are these 2 small potential bugs ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions