I set up a website to use SqlMembershipProvider as written on [this page][1]. I followed every step. I have the database, I modified the Web.config to use this provider, with the correct connection string, and the authentication mode is set to Forms. Created some users to test with. I created a Login.aspx and put the Login control on it. Everything works fine until the point that a user can log in. I call Default.aspx, it gets redirected to Login.aspx, I enter the user and the correct password. No error message, nothing seems to be wrong, but I see again the Login form, to enter the user's login information. However if I check the cookies in the browser, I can see that the cookie with the specified name exists. I already tried to handle the events by myself and check, what is happening in them, but no success. I'm using VS2008, Website in filesystem, SQL Express 2005 to store aspnetdb, no role management, tested with K-Meleon, IE7.0 and Chrome. Any ideas? [1]: http://msdn.microsoft.com/en-us/library/ms998347.aspx