• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How is the user session determined in client?

Newbie Spellweaver
Joined
Jul 11, 2012
Messages
77
Reaction score
4
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?
 
Newbie Spellweaver
Joined
May 13, 2017
Messages
31
Reaction score
1
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.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
77
Reaction score
4
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..?
 
Upvote 0
Newbie Spellweaver
Joined
May 13, 2017
Messages
31
Reaction score
1
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 Ducking 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.
 
Upvote 0
Back
Top