what happens behind the scene

Discussion in 'Engineering Concepts' started by anchitjindal07, Aug 30, 2009.

  1. anchitjindal07

    anchitjindal07 New Member

    Joined:
    Jul 13, 2009
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    1
    what happens behind the scene when we sign in or sign out
     
  2. Gagan heer

    Gagan heer New Member

    Joined:
    Aug 27, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    actually it is all about coding when we click on sign in the validity is check for user nd his password from the database,if it matches u get signed in, mostly passwords are case sensitives nd coding is also done acc. 2 dat nd when u signed out the exit from app. runs nd u signed outs......
     
  3. Gagan heer

    Gagan heer New Member

    Joined:
    Aug 27, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    actually it is all about coding when we click on sign in the validity is check for user nd his password from the database,if it matches u get signed in, mostly passwords are case sensitives nd coding is also done acc. 2 dat nd when u signed out the exit from app. runs nd u signed outs......
     
  4. anchitjindal07

    anchitjindal07 New Member

    Joined:
    Jul 13, 2009
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    1
    Thanks a lot...
    But what happens when we click on "Remember me" and then exit from the application. where our username and password gets stored?
     
  5. nimesh

    nimesh New Member

    Joined:
    Apr 13, 2009
    Messages:
    769
    Likes Received:
    20
    Trophy Points:
    0
    Occupation:
    Oracle Apps Admin
    Location:
    Mumbai
    Home Page:
    http://techiethakkar.blogspot.com
    mostly it happens using cookies

    some information like session timestamps, login info and some other details are stored.
    in plain text or in encrypted form

    when you clear the cookies, you automatically get signed-out :)
     
  6. Soutrik

    Soutrik New Member

    Joined:
    Jul 11, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Project Researcher
    Actually when we sign in or login, a new session is created having unique session id.This session can be handled in various ways such as using cookies and since http is a stateless protocol,there is an importance of sessions.
     
  7. Soutrik

    Soutrik New Member

    Joined:
    Jul 11, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Project Researcher
    When we logout,the session is finished or invalidated.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice