Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ce78e67

Browse files
auth based question
1 parent 2b1ab3c commit ce78e67

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@
957957
| 13| [What are pepper and why are they so important?](#what-are-pepper-and-why-are-they-so-important)|
958958
| 14| [What are JWT?](#what-are-jwt)|
959959
| 15| [What are different authentication methods?](#what-are-different-authentication-methods)|
960+
| 16| [What are disadvantages of using session based authentication?](#what-are-disadvantages-of-using-session-based-authentication)|
960961
961962
1. ### What is MongoDB?
962963
@@ -1196,6 +1197,19 @@
11961197

11971198

11981199

1200+
**[⬆ Back to Top](#table-of-contents---mongodb-and-mongoose)**
1201+
1202+
1203+
15. ### What are disadvantages of using session based authentication?
1204+
1205+
1206+
1207+
Since data in session state is stored in server memory, it is not advisable to use session state when working with large sum of data. Session state variable stays in memory until you destroy it, so too many variables in the memory effect performance.
1208+
1209+
1210+
1211+
1212+
11991213
**[⬆ Back to Top](#table-of-contents---mongodb-and-mongoose)**
12001214

12011215

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /