I know that Cookie in the servlet can only be set for some finite seconds , but what do u do if the application requires the cookie to be store in the machine for infinte time?
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
Let's see... The static final Integer.MAX_VALUE is 2147483647. That many seconds = approx 68 years... Is that good enough for you?
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD