How do I test long session timeouts in ASP.NET -
lets set session timeout 2 days, how test this? how can sure happens? anyway simulate or make sure happens without waiting 2 days?
you should not use session long time period.. use persistent cookies it.
Comments
Post a Comment