python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I use a stored procedure to set three variables, but it only sets one and ignores the other two statements
I am trying to create a stored procedure in Snowflake (via DBeaver) that sets a series of variables that can be used while writing SQL code. The idea is that my team will use this code to create sessi...
CatalpaSuz
Votes: 0
Answers: 1
Session variable lost randomly in .Net Core MVC app
We found that a session variable is randomly missing in our .Net Core 3.1 MVC application. The behavior is that we serialized and stored a json string with a key in the session. For most parts, we can...
ymnj10
Votes: 0
Answers: 0
Throws exception when session of class getting null - c#
I have stored logged in user details when user login to the system. And I have reusing it on many pages of my application. But after idle time, when I'm using the application it throws an error like b...
user2431727
Votes: 0
Answers: 1
Is there a Session-unique identifier that can be used as a cache key name?
I'm porting a legacy ASP.NET WebForms app to Razor. It had stored an object in the Session collection. Session storage is now limited to byte[] or string. One technique is to serialize objects and sto...
mdelvecchio
Votes: 0
Answers: 1