---
title: "Sign out"  
description: "Sign out"  
author: "Amresh Kushwaha"  
published: 2011-05-22  
updated: 2011-06-05  
canonical: https://www.mindstick.com/forum/260/sign-out  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Sign out

I want to, a [user login](https://www.mindstick.com/forum/549/what-is-the-benfit-of-given-the-microsoft-account-when-we-create-a-user-login-in-windows-8) with login [window](https://www.mindstick.com/forum/161285/how-does-the-window-console-object-work-in-javascript) and after 1 [minutes](https://www.mindstick.com/articles/23598/best-wedding-photographer-inspire-the-best-to-protect-your-valuable-minutes) user logout in [asp.net](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder)

## Replies

### Reply by Amresh Kushwaha

First of all you check this code,,,you only copy this code and then past to answer sheet (John Smith)

### Reply by John Smith

```
Write this code in web.config file <configuration>  <system.web>     <sessionState timeout="1"></sessionState>  </system.web></configuration>
```

### Reply by Anonymous User

upload your code here to get right solution from experts.

### Reply by Amresh Kushwaha

Not a perfect solution ,please help ,,,,,,,,,,,,,,\
\
Auto logout a [user](https://www.mindstick.com/articles/13001/multi-statement-table-valued-user-defined-function-in-sql-server) after 1 minute,,,Please Cheack any Code then replay

### Reply by Anonymous User

Hi....

You will use form authentication mechanism provided by asp.net where you will set session out by 1 minut.

### Reply by Uttam Misra

**Here are the links for Login Form in ASP.NET...\**[https://www.mindstick.com/Articles/41/login-form-in-asp-dot-net\](https://www.mindstick.com/Articles/41/login-form-in-asp-dot-net)https://www.mindstick.com/Articles/333/login-form-in-asp-dot-\
https://www.mindstick.com/Articles/201/authentication-in-asp-dot-net


---

Original Source: https://www.mindstick.com/forum/260/sign-out

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
