How do you get it on the Java main site? It is not possible. The http protocol will only send key-value pair information without expired cookies. Other messages will not be sent back. In Java's servlet api, Cookie.getMaxAge always returns -1. The same goes for the others. This is determined by the http protocol itself and has nothing to do with any framework or language.
How do you get it on the Java main site? It is not possible. The http protocol will only send key-value pair information without expired cookies. Other messages will not be sent back. In Java's servlet api, Cookie.getMaxAge always returns -1. The same goes for the others. This is determined by the http protocol itself and has nothing to do with any framework or language.