How to prevent Session Time Out in Asp.net 2.0
-
Hi, I have hosted website in framework 2.0. I don’t want to expire session. Is there any setting in IIS 6 so that session will never expired.
rajesh
-
Hi, I have hosted website in framework 2.0. I don’t want to expire session. Is there any setting in IIS 6 so that session will never expired.
rajesh
Mode Off Indicates that session state is not enabled. Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
-
Hi, I have hosted website in framework 2.0. I don’t want to expire session. Is there any setting in IIS 6 so that session will never expired.
rajesh
Mode Off Indicates that session state is not enabled. Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
-
Mode Off Indicates that session state is not enabled. Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
Abhijit Jana wrote:
Mode Off Indicates that session state is not enabled
Then he won't be able to access session. He don't want to expire the session, not disabling.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi, I have hosted website in framework 2.0. I don’t want to expire session. Is there any setting in IIS 6 so that session will never expired.
rajesh
You can increase the session time out limit in web.config file. It won't help you much. I presume you are trying to implement "Remember me next time" kind of stuff ? If so use cookies to store that information and create session each time.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi, I have hosted website in framework 2.0. I don’t want to expire session. Is there any setting in IIS 6 so that session will never expired.
rajesh