Skip to content

setUseSessionInUrl(false) is no more allowed in Magento 2.3.5 #99

Open
@nobodyMO

Description

@nobodyMO

The use of setUseSessionInUrl(false) in Model/Template/Processor.php is no more allowed in Magento 2.3.5. The Result is the following exception:

User Deprecated Functionality: Session ID is not used as URL parameter anymore. in /var/www/magento-dev/vendor/magento/module-email/Model/Template/Filter.php on line 274 at /var/www/magento-dev/vendor/magento/framework/App/ErrorHandler.php:61)"} []

Since the function setUseSessionInUrl of Filter has no more function except to create the exception, it is sufficient to delete the line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions