Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Security
problem with slidingExpiration
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Hernan de Lahitte, post: 4276450"] Check out the path attribute in your config file. It should be "/" (without dot ".") On the other hand, if you are using .NET Framework v.1.1 SP2, notice that the criteria to renew the ticket when slidingExpiration is turned on is something like this: If elapsedTime <= TTL / 2 Then renew Otherwise use the current ticket. In other words, if the elapsed time since ticket creation is greater then half the ticket timeout (in your scenario would be 1 minute) the the ticket won't be renewed. Otherwise a new ticket will be granted with a fresh timeout (2 mins in your case). Summarizing, if you hit your page after 1 minute, it won't extend your Forms session lifetime regardless your slidingExpiration setting. - Hernan de Lahitte [URL]http://weblogs.asp.net/hernandl[/URL] [URL]http://www.lagash.com/english/index.html[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Security
problem with slidingExpiration
Top