Results for What is the role of a session manager in web applications
I would like to change the css styles of a website but only during the month of decemeber how can I do this? This is the css that I would like to incl...
I have a test js script to load into REPL session: // testRepl.js const cls = () => console.clear(); const msg = txt => console.info(txt); const ajax ...
I want to access lables of the metric which matches the expression to inform the team about which exact queue exceeds the limit: An example of the met...
I have a react native web app. And after I do expo start. I choose for w-web. But then I get this error: ] 10%Error: error:0308010C:digital envelope r...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
This URL has some CSV data files I'd like to use for analysis under the folder 'usage-stats'. However, I'm unable to scrape data from this page. When ...
As a newbie to Visual Studio 2022's Amazon Web Service (AWS) Toolkit, I was surprised to see that Secrets Manager does not show up in the AWS Explorer...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I'm creating a new ASP.NET Core 8 Web API. In my previous projects with .NET 6 or .NET 7, I can use: services.AddApiVersioning(options => { option...
I've just explored the Azure VM Application feature, and it's genuinely valuable. However, the available deployment options seem limited, primarily ma...
I have a web app that uses Google Drive API and the end user can choose whether they want to give full access or read-only access (this is crucial). T...
The script below has been running on ps 5 till now. However i must now run it on 7 due to specific file scripts changes Can any one help me how to cal...
Why MySQL can have multiple sessions set with different transaction levels to operate on the same table without conflicts? If transaction A is Repeata...
I have a problem with Docker. I am trying to build a docker postgres DB and web service for a DJango app. Here is my config: Dockerfile: # syntax=dock...
In my project I have created two different react applications let's say app1 running on http://localhost:3000 for web and login and app2 running on ht...
I have a python (Django) web app running on Azure App Service. Despite everything I tried from other SO threads, I can't figure out how to have the en...
This is my JavaScript function in app.js that when window is resizing it call c# function that log a message in console window.addEventListener('resiz...
My Web app(Attendance Management System) contains a dashboard which opens after login. The dashboard contains some data on the right side, a menubar o...
Before .NET 8, hosting server side controllers with a Blazor WebAssembly app was easy. You just clicked the "ASP.NET Core Hosted" checkbox in the proj...
I hope you can help me with the following situation. We want to deploy an Azure Web App on some sub-applications / virtual-applications. However, what...
I know how to delete session in c# Session.Remove("SessionName"); How is that possible to delete all the sessions which conatin YYY in their name in c...
I have a table where it has only two columns being exercise_id and muscle_id create table if not exists exercise_muscle( exercise_id INT not null,...
I'm working on a SQL scenario with a table structure as described below: Role designation countries HR Director United States HR Advisor Uni...
I created a stored procedure for saving mails to the Microsoft SQL Server. Then I need to send them using ASP.NET Web application. Can you tell me a w...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?