jgallen23
08-06-2004, 02:54 AM
I set up a site with multiple users and each userID accesses an access database with their info. Currently I'm passing their userID by doing <a href="link.asp?user=<% userID %>">blah</a> Is there a better way to do this because as of right now, any user can just change that link location to view any other account info.