- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 97字
- 2021-08-27 19:57:36
Session
Session-based authentication is the traditional web form-based authentication mechanism where the server creates and maintains a session for the validated user credentials. This is stateful and normally is not very scalable unless you use a distributed HTTP session, which is possible using a distributed cache such as Hazelcast or using the session replication features of a dedicated web server or load balancer. JHipster adds a lot of features on top of the standard mechanism, such as secured tokens that are stored in DB, and can be invalidated, used in remember me mechanisms, and so on.
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- 數字媒體應用教程
- 數據庫系統教程(第2版)
- Python數據分析入門與實戰
- 軟件界面交互設計基礎
- Python 深度學習
- Learning C++ Functional Programming
- Python應用輕松入門
- Magento 1.8 Development Cookbook
- Android程序設計基礎
- Learning Node.js for .NET Developers
- ArcGIS for Desktop Cookbook
- C語言程序設計習題與實驗指導
- Arduino Wearable Projects
- C語言程序設計教程