Xi23000 / qb1

qb1
0 stars 0 forks source link

Cookie Time Out #18

Open Xi23000 opened 7 years ago

Xi23000 commented 7 years ago

What is the current cookie time out? how can it be modified? How is this controlled?

consuspk commented 7 years ago
<authentication mode="Forms">
  <forms loginUrl="~/Account/Login.aspx" timeout="200"/>
</authentication>

these are in web.config you can change timeout

consuspk commented 7 years ago

sessionState timeout="200" forms loginUrl="~/Account/Login.aspx" timeout="200"