Security using Sessions, not URL

May 12, 2005 by Carl Grint
If you are having them login, then simply use the Session Dreamweaver creates with the inbuilt Login Behaviour to filter your records.

If the simple Username created is not enough, create an additional session from a table value so you can then filter your recordset without passing the URL value, and thus people will not be able to change the ID, as they will not know what the filter is.

I have a free tutorial on both setting up the Dreamweaver login behaviour and creating additional sessions from it.

Have a look at
http://www.cgw3.co.uk/tutorials/list.asp?CategoryID=3

ps

May 12, 2005 by Carl Grint
My tutorials are based in ASP, but I am sure you can easily change them to work with ASP.net