Mondeo
Well-known member
I have a simple site which displays a list of members, users select a member and get redirected to a page about that member like this.
members.aspx?member=109
Now my client isnt comfortable with the member ID on the query string as competitors can simply increment the member ID and obtain a list of all the members.
So I though about using the session to store the member ID, then retrieve it on the next page and get the details.
I havent used the session at all before and have a couple of questions.
1. Firstly will it work in all browsers
2. Does it rely on cookies, and will it stop working if the user has cookies turned off for security.
Thanks
members.aspx?member=109
Now my client isnt comfortable with the member ID on the query string as competitors can simply increment the member ID and obtain a list of all the members.
So I though about using the session to store the member ID, then retrieve it on the next page and get the details.
I havent used the session at all before and have a couple of questions.
1. Firstly will it work in all browsers
2. Does it rely on cookies, and will it stop working if the user has cookies turned off for security.
Thanks