I am getting following error : Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration. I add sessionstate= true on page drictive and web.config but it still dosent work. Thanks in advance. Onder
Hi, This can indeed drive you nuts. There are too many considerations to give specific solutions, hopefully the two links below will help. http://www.velocityreviews.com/foru...d-when-enablesessionstate-is-set-to-true.html http://msdn.microsoft.com/en-us/library/ms178581.aspx All the best, Mark