php - Getting session variables from IP.Suite in Angular 2 -


i'm working on angular 2 project, have logged in user ip.suite (if user logged in there) , fetch variables id etc.

i tried asking on forums, no 1 answered. first thought of fetching cookie, it's flagged httponly. now, work fine if http request php script , session variables there? if so, how?

thanks in advance.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -