Session ID

N

nani

Hi,

How to access another server session ID which is crated by
pragmatically(PHP, ASP).

My application as follows.

We have one application running on Apache(PHP,MYSQL,LINUX).
and we have another server application is running on
IIS(ASP,ADSI,WINDOWS).
so we want to access the session ID using ASP, which is crated using
PHP on apache server.
 
B

Brock Allen

This is interesting... you might be able to do it with a new feature in 2.0
called SessionIDManager -- in essence it's the class that generates and validates
the SessionID. Check it out -- it just might work.

-Brock
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top