I have a site set up which requires users to login based on
user name, password and level. I have been testing it and I am able
to log in as different users with different access levels.
The issue is that regardless of who I login as the only ID
that gets passed is the very first one. Any ideas?
It still only see the first user after I login regardless of
who I login as. I have included the login page and the index page
codes hoping someone can see something. Also included a list page
which is really the master page that displays all of the records.
The funny thing is when I click on "Details" from the list page it
passes the correct "ID" just fine.
Can someone point me in the right direction with this
problem. I have tried what the article mentioned as far as trouble
shooting. I am getting the same result regardless of what method I
use "GET" or "POST".