php - Codeigniter - sharing session between two xampp servers -
say have 2 projects projecta , projectb both deployed in 2 different pcs both pcs having own xampp server installed. both pcs connected internal network.
suppose session started in projecta , put data their. if want access session projectb (another pc server) possible , if possible how ?
Comments
Post a Comment