Session Problem (Login View wrong display)
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, In a ASP.NET website, I have used Login View to show the Login Status. For Login I have used Login Control. It is showing status correctly. But after few idle minutes, it is automatically login view text changing to "login" But user is already logged in. I think this is Session problem. I have used below line earlier. I commented it now. Still same problem. <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="UseCookies" timeout="1400" /> pl.help me out Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.