Hey all,
I was just wondering what the best way to do this is and if it could be bypassed. These are my thoughts.
I have a bunch of links that when clicked open up a detail panel underneath which displays more information. This is done ajaxy. The thing is however...if the user is not logged in it should take them to the login page and not display the panel.
So if I were to send back the user's login status from the server and then display the panel or not display the panel...would this be secure enough?? Could this be bypassed somehow??
Are there better ways to do this??
Thanks in advance.