Is there a way to parse out values from a cookie using java(not javascript). For example cookie = Name = "CookieName" and Value = "Herb,/docs/sample/file/". I want to use java to take cookie and value and split it by delimiting the comma. Hence I would have two value to work with
Herb and /docs/sample/file. I have been looking and can't find an example of this is java.
Thanks in advance!!!
Herb and /docs/sample/file. I have been looking and can't find an example of this is java.
Thanks in advance!!!