Perhaps I misunderstood your question. I interpreted it to ask how you can save user state between sessions (e.g., shutting down the browser and later returning to the same URL) without the use of cookies (or database). If instead you are asking how to save state between pages, hidden field(s) is the answer.
Mark -----Original Message----- From: William Reynoso [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 3:56 PM If I can't, then, how works a banner network? regards, William. On Wed, 21 Aug 2002 08:53:35 -0400, "Galbreath, Mark" <[EMAIL PROTECTED]> wrote : > You can't. Your only alternative to cookies for maintaining client > persistence between sessions is a database and login processor. > > Mark > > -----Original Message----- > From: Eric Noriega [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 12:01 AM > > Use hidden fields > > <input type="hidden" name="stuff" value="something"/> > > William Reynoso wrote: > > > Hi, I'm wondering if this is possible.. > > > > How can I store information in a client broswer without using cookies? > > > >___________________________________________________________________________ > >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > >of the message "signoff SERVLET-INTEREST". > > > >Archives: http://archives.java.sun.com/archives/servlet-interest.html > >Resources: http://java.sun.com/products/servlet/external-resources.html > >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html