--- YC Nyon <[EMAIL PROTECTED]> wrote:
> I am working on a project where the main module (including the
> security access/login) is developed using ASP. My module which is
> in PHP has to read the security permissions set by ASP (via
> cookies) to enable users to use it.
> 
> How do I go about that?

It is difficult to tell the exact details of what is being done in ASP by
your description, but if it is just setting some cookies, you can read
them in the $_COOKIE array in PHP.

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

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

Reply via email to