How is the user session determined in client?

Results 1 to 4 of 4
  1. #1
    Valued Member TPStudios is offline
    MemberRank
    Jul 2012 Join Date
    On Planet EarthLocation
    108Posts

    How is the user session determined in client?

    Hi, so I am trying to rebuild a CMS on ASP.NET but I am not sure how the client page JS retrieves the session from PHP, anyone?


  2. #2
    Enthusiast briian is offline
    MemberRank
    May 2017 Join Date
    31Posts

    Re: How is the user session determined in client?

    You generate an sso token and pass it from the server to the client object in the sso token field, then if I'm not mistaken the emulator verifies the token matches the field and generates the session.

  3. #3
    Valued Member TPStudios is offline
    MemberRank
    Jul 2012 Join Date
    On Planet EarthLocation
    108Posts

    Re: How is the user session determined in client?

    Quote Originally Posted by briian View Post
    You generate an sso token and pass it from the server to the client object in the sso token field, then if I'm not mistaken the emulator verifies the token matches the field and generates the session.
    Could you be more specific where the SSO token is inside the client object? Also, where is it generated on the CMS itself if for example we're talking about RevCMS..?

  4. #4
    Enthusiast briian is offline
    MemberRank
    May 2017 Join Date
    31Posts

    Re: How is the user session determined in client?

    Quote Originally Posted by TPStudios View Post
    Could you be more specific where the SSO token is inside the client object? Also, where is it generated on the CMS itself if for example we're talking about RevCMS..?
    No idea about RevCMS, every time I've ever had to touch that I wanted to die because it's so fucking confusing to look at (outdated). Where ever the client is accessed in a route is probably where it's being generated. It's stored in the flashvars.



Advertisement