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 0080cf1

Browse files
adding few concepts
1 parent 695f4d6 commit 0080cf1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**Session**
2+
- its a conversational state between client and sever
3+
- it can be multiple requests and response between client and server
4+
- to maintain a session a unique information (session-id) is passed between client and sever
5+
6+
**Ways of session management**
7+
- User Authentication
8+
- cookies
9+
- HTML Hidden fields
10+
- URL Rewriting
11+
- Session management API

0 commit comments

Comments
(0)

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