Monday, October 30, 2023

How to resolve the error - This site can’t provide a secure connection - ASP.NET -WebApp

 

This site can’t provide a secure connection

localhost sent an invalid response.

ERR_SSL_PROTOCOL_ERROR


Or Open Visual Studio
>Right click on web app
>Go to properties and 
>Click on web
> Than change the project url to 40516 or 44337,44338,44339, ..... 44399

Friday, October 20, 2023

How to use session in PHP

 Session::put('APPLICANT_PHONE', $applicant_phone);


$applicant_phone = $request->session()->get('APPLICANT_PHONE');



Session::put('otp_session', $otp);

Tuesday, October 3, 2023