Re: [appfuse-user] Cookie storage

2008-06-12 Thread jithesh
Hello Matt, I saw in some sites that just selecting the username displays the password and let that user to enter the application. Like that I want to implement this feature. regards Jithesh PM mraible wrote: > > I don't see how building an array of usernames and storing i

Re: [appfuse-user] Cookie storage

2008-06-12 Thread Matt Raible
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]

[appfuse-user] Cookie storage

2008-06-12 Thread jithesh
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 sto

Re: [appfuse-user] Cookie Storage

2008-06-10 Thread jithesh
Thanks for your thought Matt. regards, Jithesh mraible wrote: > > Each cookie can hold 4K, so whatever fits in that amount of data you > can put in there. You just need some sort of delimiter to separate the > data for when you grab it back out. > > http://www.devx.com/tips/Tip/12646 > >

Re: [appfuse-user] Cookie Storage

2008-06-10 Thread Matt Raible
Each cookie can hold 4K, so whatever fits in that amount of data you can put in there. You just need some sort of delimiter to separate the data for when you grab it back out. http://www.devx.com/tips/Tip/12646 Matt On Tue, Jun 10, 2008 at 5:37 AM, jithesh <[EMAIL PROTECTED]> wrote: > > Hi all,

[appfuse-user] Cookie Storage

2008-06-10 Thread jithesh
Hi all, I have doubt on cookies. Is it possible to store multiple cookie information on a single cookie. Suppose Cookie 'A' contains information of the cookies 'B' and 'C' . Let me know your thoughts on this... Thanks and regards, Jithesh PM -- View this message in context: htt