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

Popular posts from this blog

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -