Track users across multiple sites
Posted: Thu Mar 22, 2007 12:01 pm
Hello
We have multiple sites on our company Intranet, what I would like to do is have
the user login to the main page then they are tracked over the other sites to check
they have access.
This I can do to the main page, but how do I pass the session info
accross to the other pages which reside in different folders within IIS.
The above doesn't work
Thanks
Geoff
We have multiple sites on our company Intranet, what I would like to do is have
the user login to the main page then they are tracked over the other sites to check
they have access.
This I can do to the main page, but how do I pass the session info
accross to the other pages which reside in different folders within IIS.
Code: Select all
<? include("d:/inetpub/wwwroot/ENG_Intranet/include/session.php"); ?>Thanks
Geoff