Infinite Session timeout
ASP.NET
5
Posts
2
Posters
0
Views
1
Watching
-
Hey guys if i wanna enable Session without letting it time out what can i do ? or what is the max duration for session?
KaKaShi HaTaKe
-
Hey guys if i wanna enable Session without letting it time out what can i do ? or what is the max duration for session?
KaKaShi HaTaKe
-
We have to set at web config right
KaKaShi HaTaKe
-
We have to set at web config right
KaKaShi HaTaKe
-
Yes i have set the following <sessionState timeout="240" /> However it still time out at 30min and it doesn't seem to work i use session variable like Session["Object"] is there anything else i need to set for the time out thing?
KaKaShi HaTaKe