Problem with the cookies..http://forums.asp.net/t/1211429.aspx/1?Problem+with+the+cookies+Wed, 30 Jan 2008 01:27:29 -050012114292135860http://forums.asp.net/p/1211429/2135860.aspx/1?Problem+with+the+cookies+Problem with the cookies.. <p>I have been using The Beer House web example to develope a project and i wan to add photo gallery inside but i m stuck when i can't get the user login identification from the web login which uses the cookies as the user authentication. I want to personalize the photo gallery to each user having their own photo retrieve from database by comparing their user Id. </p> 2008-01-28T02:18:09-05:002136995http://forums.asp.net/p/1211429/2136995.aspx/1?Re+Problem+with+the+cookies+Re: Problem with the cookies.. <p>Can u paste your code here so that it makes more sense..</p> <p>Thanks&nbsp;</p> 2008-01-28T13:20:57-05:002138811http://forums.asp.net/p/1211429/2138811.aspx/1?Re+Problem+with+the+cookies+Re: Problem with the cookies.. <p>The code is in the tbh web&nbsp;example. Now&nbsp;can anyone tell me how to change the login from using username to using email to login into&nbsp;website.&nbsp; I want to use email&nbsp;to replace username to login into the page. For the registration, why the details that the users register are not&nbsp;store in the database. Where can i retrieve all the&nbsp;information of the user to be view.&nbsp;</p> 2008-01-29T05:52:44-05:002141156http://forums.asp.net/p/1211429/2141156.aspx/1?Re+Problem+with+the+cookies+Re: Problem with the cookies.. <p>&nbsp;Unfortunately, I think you'd have to come up with a custom membership provider for that. The problem is that, under the default membership provider, the username is basically meant to be permanent. If you replace the username with the email address, then you have to allow it to be changeable, because people change their email addresses all the time. There is info on MSDN on creating a custom membership provider.<br> </p> <p>&nbsp;As for the second part, I don't know what you mean. The user registration details are stored in the database. In order to retrieve/view them, you use the methods of the Membership and MembershipUser classes.<br> &nbsp;</p> 2008-01-30T01:27:29-05:00