| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|
#2 (permalink) |
|
Super Moderator
Join Date: Feb 2006
Location: Hyderabad
Posts: 2,355
Thanks: 117 Thanked 241 Times in 198 Posts Thanks: 117
Thanked 241 Times in 198 Posts
Blog Entries: 4
Rep Power: 51
|
Re: Is User Authentication mechanism of Session Tracking
Even though session trackings main intension is not user authentication, indirectly it helps for user authentication also.
Thanks, Krishna
__________________
Give 1 cup rice to a hungry Indian just by a mouse click. No money, no form filling, no hassle... Click here for the donation. |
|
|
|
|
|
#3 (permalink) |
|
Member
Join Date: Jan 2007
Age: 27
Posts: 83
Thanks: 1 Thanked 2 Times in 2 Posts Thanks: 1
Thanked 2 Times in 2 Posts
Rep Power: 2
|
Re: Is User Authentication mechanism of Session Tracking
But it was not clear bcoz some textbooks says the user authentication is one of the method in session tracking
I want clear explaination to each and every method in session tracking can any one reply to this? |
|
|
|
|
|
#4 (permalink) |
|
Super Moderator
Join Date: Feb 2006
Location: Hyderabad
Posts: 2,355
Thanks: 117 Thanked 241 Times in 198 Posts Thanks: 117
Thanked 241 Times in 198 Posts
Blog Entries: 4
Rep Power: 51
|
Re: Is User Authentication mechanism of Session Tracking
Chaitanya,
Here is a simple scenario how session tracking can be used for user authentication. Let us assume we are generating a valid session id when ever a user is logging into the application or site. For all subsequent requests, we use the same session id to identify the user. At any point of time, if you don't see any valid session id in the request, we can assume that either session is either expired or the user is not logged in. Then force the user to login (again) and generate valid session id. Thus we can indirectly use session ids to implement authentication. But this is not fully secured mechanism. This provides security only to limited extent. Thanks, Krishna
__________________
Give 1 cup rice to a hungry Indian just by a mouse click. No money, no form filling, no hassle... Click here for the donation. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Some Loadrunner FAQs | kiran2710 | Testing Tools & QA | 1 | 25-10-08 01:42 AM |