Coming from the Laravel world it sounds pretty dangerous to useproductionby default, that's why I approved this change in the first place. I never saw any other framework, that doesn't set this env by default to some appropriate value. This is a plus for setting it to something other th...
'SESSION_COOKIE', str_slug(env('APP_NAME', 'laravel'), '_').'_session' Str::slug(env('APP_NAME', 'laravel'), '_').'_session' ), /*2 changes: 1 addition & 1 deletion 2 resources/lang/en/passwords.php Original file line numberDiff line numberDiff line change ...
return; } else if ($reqType == WebClientPrint::ClientSetInstalledPrintersInfo) { //WCPP Utility is sending the installed printers at client side with detailed info //so store this info with the specified session ID //Printers Info is in JSON format $printersInfo = $_POST['printersInfo...