You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by awc <aw...@drytel.net> on 2003/03/10 23:19:24 UTC

[OT] How bad is to use DB ids on links??

Hi All,

Subject says it all. How bad is to use links like
http://.../myproject/news/view.do?id=1356

where id is real id of the DB row. I have tried to get around this by
caching result in list and show indexes.
But that looks like it is going to be hard to maintain. If user opens
two search windows, whole results set gets
mixed maxed. Only way to prevent this (the way I see it) is to use
unique id for each result list.

any comments....

Thank you in advance for replies.

.anil


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org