uCosminexus Application Server, Web Service Development Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Glossary]](FIGURE/GLOSS.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
You must note the following points when using the methods of the NewCookie class:
- Specify the arguments of the valueOf(String value) method in the following format. The operation is not guaranteed if you specify the arguments in a format different from the following formats:
- NewCookie.valueOf("name=xxxx;Version=xxxx;Comment=xxxx;Domain=xxxx;Path=xxxx;Max-Age=xxxx;Secure");#
- NewCookie.valueOf("name=xxxx;Path=xxxx;Domain=xxxx;Comment=xxxx;Max-Age=xxxx;Secure");#
- NewCookie.valueOf("name=xxxx;Comment=xxxx;Max-Age=xxxx;Secure");#
- NewCookie.valueOf("name=xxxx;Path=xxxx;Domain=xxxx;Version=xxxx;");#
- NewCookie.valueOf("name=xxxx;Path=xxxx;Domain=xxxx;"); #
- NewCookie.valueOf("name=xxxx;"); #
- #:
- Enter a value of the property xxxx.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.