Hi All, I have an application that logs users into my site via a database authentication. It sets a Session variable set to true. My clients are having issues with the site just randomly dropping the session for no reason and then logging them out, any ideas?
Take a look at this Knowledge Base article: How to enable ASP.NET SQL Server Session on your web application Implementing that should solve your problem.