Session

  • Thread starter Thread starter  
  • Start date Start date
&

 

Recently,we have a application system,and some are created by PHP,and the login system was also created by PHP,but there are some system created by asp.net.
So if the user logins his information and stores in PHP,if he enters into the asp.net system,how can we know that he has logined?
 
Hi

Session is under an application. so it cannot cross applications
The solution might be using Cookies or using database to store user sessions

Bin Song, MCP
 
Back
Top