| getCookies() | ใช้คืนค่า Cookie ทั้งหมด |
|---|
method:getCookies ();
return type:Cookie Array
special:static
content:ใช้คืนค่า Cookie ทั้งหมด
example:Cookie [ ] cookies = request.getCookies (); String name = cookies[0].getName (); String value = cookies[0].getValue ();