Support the ongoing development of Laravel.io →
posted 10 years ago
Session
Last updated 1 year ago.
0

First I have faced the following error "session_start(): Failed to initialize storage module: user (path: /home/sitename/html/app/storage/sessions)"

for this issue I have add the following line in /home/sitename/html/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php

ini_set('session.save_handler', 'files');

After that "The SessionBagInterface attributes is not registered" issue occurring.

Kindly help me to fix the issue I have upload files in live.

Last updated 1 year ago.
0

well i think i have met such conflict before .. i guess you should clean the cache of your browser then try again hopefully that would help

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

rsensan rsensan Joined 15 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.