Close AD
Forms Authentication timeout attribute's default in ASP.NET 2.0 - Chintan Patel's Blog

Chintan Patel's Blog
Home | Archive | Links | Contact Sign In | Sign Up

About Author

Chintankumar Patel
09 Jun, 2008

Contact Me  

Working as a Technical Consultant for Conchango.

Having experience in to IT from 7+ years and working on Microsoft Technologies

Archive

2008 Dec   (1)
2008 Oct   (3)
2008 Sep   (6)
2008 Aug   (1)
2008 Jul   (2)
2008 Jun   (7)

Recent Posts

Disable System Restore in Windows Vista
Comments : 0
Not Rated  
What's New in the .NET Framework 2.0 ?
Comments : 0
Not Rated  
How to work with partitions in Windows Vista / XP when Disk Management doesn’t work
Comments : 0
Not Rated  
How to resize a partition in Windows Vista?
Comments : 0
Not Rated  
Top 10 tricks for handling null values in Microsoft Office Access
Comments : 0
Not Rated  
What is Vista's ReadyBoost and SuperFetch Technology
Comments : 0
Not Rated  
What is YouTube? - An introduction to the YouTube.com
Comments : 1
Not Rated  
SQL DATEDIFF Function - Applies to MS SQL Server and MS Office Access
Comments : 0
Not Rated  
Booting from USB Pen/Key/Flash Drive (Windows/Linux)
Comments : 2
Not Rated  
How to Convert FAT/FAT32 to NTFS file system
Comments : 1
Not Rated  

Categories

.Net Graphics   (2)
.Net Technology   (6)
ASP.Net   (1)
General   (1)
Microsoft Access   (1)
Microsoft Visual Studio   (1)
Microsoft Windows   (4)
SQL   (1)
USB   (1)
Windows Vista   (2)

Tags

.Net , .Net Framework 2.0 , .Net Graphics , Asp.Net , Boot , C# , Class Library , Coding Standards , Convert File System , Database , DATEDIFF , DATEDIFF Function , Disk Management , Embedded Resources , EnableEventValidation , EnableViewState , EncoderParameter , FAT32 to NTFS , Form Authentication , HDD , High Quality Thumbnail , Intellisense , Linux , Microsoft Access , Microsoft's SQL , Partition , ReadyBoost , ReSharper , Resize Image , Resize Partition , Security , SQLDataReader , SuperFetch , System Restore , USB , Usb device not recognized , Vista , Visual Studio 2005 , What's New , Windows , Windows Application , Windows Errors , Windows Vista , Windows XP , YouTube

Forms Authentication timeout attribute's default in ASP.NET 2.0

Forms Authentication timeout attribute's default in ASP.NET 2.0

Mon, 09 Jun, 2008

The defualt TimeOut value for Form Authentication is 30

There are two type of Expiration of Authentication which is defined using slidingExpiration attribute

  1. Sliding
  2. Relative / Not Sliding

 in SlidingExpiration the user's authentication expiration time will reset eveytime he hits the server

when the SlidingExpiration is set to false the Authentication will expires when user reaches the timeout limit...

If you want to change the timeout value to be longer  in your local web.config file which is in minutes...

 

<configuration>

<system.web>

<authentication mode="Forms">

                  <forms loginUrl="~/Login.aspx" name="_LOGON" timeout="500000" path="/" slidingExpiration="false"></forms>

            </authentication>

</system.web>

</configuration>

 


  

Forms Authentication timeout attribute's default in ASP.NET 2.0


Comments

No Comments found.


Add Comment
 
 
 
 
 
 
 
 

Your Email address will not be displayed on the website, It is optional, if provided you will get an alert when some comments on this Post.
 
 
 
 
Remaining 5000
 

Powered by NineOn Inc.