Questions tagged [sessionstate-timeout]
7 questions
3
votes
1 answer
Turn off HttpSession in Spring boot without enabling Spring Security
I am building a RESTful web API in Spring Boot with my own implementation of JWT Authentication and my own authorization as well (not Spring Security). I simply wish to turn off JSESSIONID and run completely stateless, but the only documentation I…

Geyser14
- 1,385
- 3
- 14
- 32
2
votes
1 answer
What is the use of stateConnectionString in sessionState in Web.config?
I'm using VS 2005 for web forms.
Looking at the web.config I see a stateConnectionString attribute.
Is this really needed?
When is this needed?
How is this used?

Neoryder
- 897
- 2
- 13
- 26
2
votes
1 answer
IIS 7.5 Session times out at 30 minutes regardless of all other settings
We have a ASP.Net MVC Web Application that keeps timing out after exactly 30 minutes.
In the web.config, I set the sessionState timeout value to 500 minutes. After 30 minutes, the session still times out. So, I set it to 1 minute, which actually…

crackedcornjimmy
- 1,972
- 5
- 26
- 42
1
vote
0 answers
How to manage timeout on a data entry web page?
I have a VB.NET web application and one of its pages has multiple text boxes for data entry. I want the page to save its data and timeout if it is completely idle for XX minutes.
If I put a XX minute session timeout using users complain that the…

Jellicle
- 11
- 2
0
votes
1 answer
ASP.NET MVC Object locking mechanism
I'm working on a ASP.NET MVC 2 web application that lets users edit parameters on a simulation and launch it. Once a user starts editing a specific simulation, it must be inaccessible to other users.
Is there an easy way to achieve that goal in…

alex
- 1
0
votes
1 answer
ASP sessionState not found but timeout less than the default 20 minutes
I look around at web.config to find the "sessionState" line to check whether the session timeout is set but I coudn't find any.
As the microsoft said, the default timeout is 20 minutes but the site I am modifying now seems to clear the sessions less…

Sam San
- 6,567
- 8
- 33
- 51
0
votes
5 answers
ASP.NET Session expires in no time?
Weired problem! ASP.NET Session expires instantly. In my web.config I have this session settings:
AFAIK the timeout attribute's value is in minutes and can't be greater than 525,600 minutes (1 year).…

Ahmed
- 11,063
- 16
- 55
- 67