---
title: "Session is getting timed out in 1 minuites"  
description: "Session is getting timed out in 1 minuites"  
author: "Anonymous User"  
published: 2014-09-02  
updated: 2014-09-02  
canonical: https://www.mindstick.com/forum/2229/session-is-getting-timed-out-in-1-minuites  
category: "asp.net"  
tags: ["session timeout", "how to set time out of session", "session in c#", "mindstick", "session"]  
reading_time: 1 minute  

---

# Session is getting timed out in 1 minuites

I am working on a [project](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects) the [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) happening is in my [local](https://www.mindstick.com/forum/546/how-to-create-local-user-in-windows-8) [system](https://www.mindstick.com/articles/23411/the-most-effective-method-to-find-the-perfect-small-business-phone-system-for-your-business) the [session](https://www.mindstick.com/articles/12042/session-in-c-sharp) is [working fine](https://answers.mindstick.com/qa/95550/why-is-the-safari-browser-not-working-fine) but in the [testing](https://www.mindstick.com/articles/1849/role-of-testing-in-software-development) [server](https://www.mindstick.com/articles/43769/what-is-serverless-architecture-is-it-worth-switching-over) the session is not working sometimes even [login](https://www.mindstick.com/articles/12852/styles-login-form-in-android) is not happening ...sometimes after login it is working for few minuites then getting logged out and sometimes the session is is getting timed out at 1-2 minuites.

[Please Suggest](https://answers.mindstick.com/qa/43506/please-suggest-the-bathing-date-at-kumbh)

## Replies

### Reply by Sumit Kesarwani

Hi Jeet, \

You can try setting session timeout inside SessionState in web.config as Amritpal pointed out

<sessionState cookieless="false" timeout="60" />


---

Original Source: https://www.mindstick.com/forum/2229/session-is-getting-timed-out-in-1-minuites

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
