How do i make cookies?
For everyone who codes in java heres a great resource for baking cookies: http://www.jibble.org/cookies.php :) But no so much on the http kind. Could any1 help me on how to get cookies on a client computer and how to read them? i tried w3c but i only got a very general sense from that…
if you are talking about PHP cookies this might help.
themastersinner's post will show you everything you need to know if you're working in PHP. In case you're using ASP instead, try this link:
Maybe he is doing it with javascript
You're welcome.
slpctrl wrote: http://tinyurl.com/2vrubo
You're welcome.
Did you also google "Cookie Recipe" and clicked on the first link? That's exactly what I did five minutes ago, but decide not to post it ;D.
Anyway, OP, is this what you're looking for? http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Cookies.html.
Mephisto wrote: [quote]slpctrl wrote: http://tinyurl.com/2vrubo
You're welcome.
Did you also google "Cookie Recipe" and clicked on the first link? That's exactly what I did five minutes ago, but decide not to post it ;D.
Anyway, OP, is this what you're looking for? http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Cookies.html.[/quote]
Why yes, yes I did B)
thanks for the link. i also looked up if javax.servlet is free and accroding to this: http://java.sun.com/javaee/overview/faq/j2ee.jsp#free it is.