Trying to decipher the java documentation for
oracle.xdb.servlet.XDBCookie
and it says the default constructor is
public XDBCookie(int index)
What on earth is an "index"??? How might I use this constructor? There's no much info on XDBCookie anywhere.
Thanks.