Skip to content

Commit

Permalink
change cookie session default name to solidtime_session
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Jun 24, 2024
1 parent a10d056 commit e69a419
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

declare(strict_types=1);

use Illuminate\Support\Str;

return [

/*
Expand Down Expand Up @@ -130,7 +128,7 @@

'cookie' => env(
'SESSION_COOKIE',
Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
'solidtime_session'
),

/*
Expand Down

0 comments on commit e69a419

Please sign in to comment.