session tag

17 questions


2 answers
389 views
0
I want to get my PC session ID in VBA

I want Excel VBA to be able to code for the session number that I can get from the command prompt in query session. How can I do that?I looked at another site and tried to retrieve it using Shell, but...

2 years ago

1 answers
170 views
0
In Spring Boot 2.0 (spring-session-core-2.0.2), how to replace the changed session-related class.

In spring-session-core-2.0.2, the following sources that existed in the previous version are Alternate sources that are missing but will replace these sources, Also, I don't know how to implement the ...

2 years ago

1 answers
102 views
0
Memory Leak in Continuous Downloads with NSURLSession (iOS8)

I would like to download 60 files (about 2M each) continuously using NSURLSession.I created the following sample code and successfully downloaded it. Press the button to download 60 files.When the dow...


1 answers
183 views
0
Memory Leak in Continuous Downloads with NSURLSession (iOS8)

I would like to download 60 files (about 2M each) continuously using NSURLSession.I created the following sample code and successfully downloaded it. Press the button to download 60 files.When the dow...


1 answers
171 views
0
Using Sessions with ASP.NET Core

Sessions and Application States in ASP.NET Corehttps://docs.microsoft.com/ja-jp/aspnet/core/fundamentals/app-state?view=aspnetcore-2.2Sample Sourcehttps://github.com/aspnet/Docs/tree/master/aspnetcore...


1 answers
105 views
0
I would like to determine the size of the data received by the URLSession in advance.

Request to HTTPServer via iOS+URLSession and Continue receiving response data if it is less than the preset size, I would like to create a program to end the process if it is exceeded.As a method, ref...

2 years ago

1 answers
124 views
0
I would like to include the number of reservations in the session in the inventory management for accommodation reservations.

With the calendar reservation system, I want to incorporate the number of reservations in the session into inventory management, but it doesn't work.Please advise me if there is a good way.】Where it's...

2 years ago

1 answers
121 views
0
Nodejs (Express) cannot set the SameSite attribute of cookies to None

We are creating a backend for Twitter's view app on Nodejs (Express).The login method is to use Twitter Api to save the token returned after authentication to the session and restore the session from ...


1 answers
137 views
0
Process login sessions on angular2

Learning angular2. From the login page of the angular app 1) Request to log in to the server and get a token back.2) Save token to cookies or local storage.3) When accessing a page that requires authe...

2 years ago

1 answers
143 views
0
Implementing Login Retention

I'm developing a web app with node.js + express.js.The login/logout function will work normally by implementing the login function with passport.Now, I'd like to implement the login retention feature,...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.