CrazyEngineers
  • In my company A new project came with the architecture like Web Application(HTML5 + Bootstramp + JQUERY + ANGULAR JS) + Enterprise application(Spring + Hibernate + WS).
    They are using Angular JS as a controller.

    What i want to know is how they are managing the session and Application Context ?

    I asked my TL that how they are managing session and context. And he said using HTML5 + AngularJS. Can anyone help me to understand how to manage session and context using HTML5 + Angular JS ?
    And is it secure to manage session and context by using these technique ?
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Ashish Bansal

    MemberJun 7, 2015

    Hi,
    You simply don't need to manage sessions at client side as they are stored in cookies and verified at server end via spring security that keeps track of the user being logged in along with various other properties such as roles.

    To manage context in angular js, this link can answer your question well
    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register