Cookies in JSP
843835Jul 11 2003 — edited Jul 11 2003Hi all,
I have a client requirement wherein i have to store SQL statements used frequents by a user against is User Id and display it for him to run it.
I have two options
Either to create a table and store these statements against a user id field
or
Create cookies and store them in cookies.
Now the immediate limitation i see in creating cookies is if the user moved to a different machine the cookie is lost.
the disadvantage in creating a table is obviously additional data object.
What do you guys suggest ?
TIA
Narsi