try php artisan config:clear to clear the config cache.
And what do you mean exactly with: "session lifetime is not working". Are you trying to logout a user after 2 minutes of inactivity? If so; make sure when you are testing there is not some ajax call being done every X seconds or so that keeps the session alive.