Pass session information from php to python securely? (in agile) -
i have sign process in legacy framework , trying switch new framework...in fact different language. let's there 3 steps in sign process , each of 3 steps has it's own file(step1.php, step2.php, step3.php).
if want change page2.php python file still need session information page1.php. how can transfer information between 2 pages while maintaining valid session , security.
we want integrate language switch in same repository original 1 , doing releases of new changes. that's agile part. (i'm still not sold best way i'm more curious)
in php, store session information in database, encoded in json. in python, pull session id cookie , session information in database.
Comments
Post a Comment