dkim18
asked on
JSP page that lets the users supply background color...
hi!
If I want to make a JSP page that lets the users supply a request parameter indicating the background color. If no parameter ins supplied, the most recently used background color(i,e., from the previous request by the most recent user) should be used.
So, my question is how do I save the previous request since I have no idea about previous request(background color request)?
thanks,
If I want to make a JSP page that lets the users supply a request parameter indicating the background color. If no parameter ins supplied, the most recently used background color(i,e., from the previous request by the most recent user) should be used.
So, my question is how do I save the previous request since I have no idea about previous request(background color request)?
thanks,
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER