I don't see how building an array of usernames and storing it in a cookie would do any good. You wouldn't know which user is using the computer (especially if it's public), so you wouldn't know which username to display to the user.
Matt On Thu, Jun 12, 2008 at 4:05 AM, jithesh <[EMAIL PROTECTED]> wrote: > > Hi Guys... > > > I am using appfuse 1.9.4 for building my web app. I found that > the cookie stores the username of the most recent user who has logged on. > If > I accessed the app from two browsers with two usernames say 'A' and 'B'. It > will display either A or B in the login screen (cookie stores username A or > B). I would like to store both usernames on the cookie. How it is possible? > The login.js script is doing the save operation on the cookies. PLease give > me some tips on this.. > > > Thanks > Jithesh PM > -- > View this message in context: > http://www.nabble.com/Cookie-storage-tp17796552s2369p17796552.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
