How pass the asp.net session token from page to page? -


best , secured way pass asp.net session token page page. 1. cookies (not secured) 2. url (not secured) 3. hidden fields ? using hidded fields right way pass ? how pass using hidded fileds? how disble session token in cookies , in url (session state conguration)?

from answer similar question, "securing asp.net forms authentication token on client side?" :

session:
fast, scalable, , secure session state management web applications


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -