I don't see why you would need to use cookies for this. Why don't you just attach the arguments to the url, so that you get this instead:
<a href="http://www.simage.com/manaclick?imageid=12345"> <img src=http://www.simage.com/serveimage?imageid=12345"> </a> Frans On 16 Jan 2003 at 12:56, william reynoso wrote: > Hello, > I have a servlet that serve image from a data base and manage clicks over this >images, getting the url where to go from data base to. > > ej: > <a href="http://www.simage.com/manaclick"> > <img src="http://www.simage.com/serveimage"> > </a> > > Up to now it was working fine, on the serveimage servlet I place a cookie with de >image id, so, when the image is clicked, in the manageclick servlet i can read the >image id that was clicked and find de url where to go. > My problem is when a browser do not support cookies. > What can I do ? > > ___________________________________________________________________________ > 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 > ====================================================== Tel: +65 68741415(office) / +65 64670239(home) / +65 98484325(hp) Email: [EMAIL PROTECTED] Website: http://www.travel-companion.net ====================================================== ___________________________________________________________________________ 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