Forum: Java Aug 28th, 2008 |
| Replies: 4 Views: 1,252 Cookies should never contain passwords. You can have a cookie contain a session id. The session id can then point to a user in a database. From the database you can easily cross reference the user's... |