Storing info in successive pages using hidden fields, javascript( to force the parameters out on the appropriate events) and some sort of serverside processing (CGI, Servlets/JSP, etc.) is possible - I've done it. However it is very fragile, if the user deviates from your site, you may loose the "session". It is also rather a kludge, to say the least, especially when "doing it right" , using a "database and login processor" is much easier. --- William Reynoso <[EMAIL PROTECTED]> wrote: > 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 >
===== Mark Zawadzki Performance Engineer/DBA/Programmer extraordinaire� [EMAIL PROTECTED] [EMAIL PROTECTED] "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning" Robert Cringle (columnist, author, host of "Triumph of the Nerds") __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com ___________________________________________________________________________ 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
