I have developed a security application for our intranet that handles a 
user login.  It writes values to a cookie and uses that to verify them on 
the intranet sites until the sessions expire.

Since we have not totally moved over to PHP I have some ASP applications I 
need to protect as well.  
Q1-I feel dump for asking this, but ASP can't read the PHP cookies, 
correct?

My current solution might be to pass a variable from the php page to the 
asp page and have it write it's own set of cookies.

Thanks,

-Scott


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to