Managing session from other domain

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
psmshankar
Forum Commoner
Posts: 96
Joined: Tue Aug 06, 2002 4:25 am
Location: India

Managing session from other domain

Post by psmshankar »

Hi all,

Do we have something like cross domain session...
my case is this..
we have developed an application using PHP/MySQL/Apache...
this is going to be used by an client..
but that client is already usinh their own portal running under win2k/ASP/IIS.... both applications will be running in seperate server...
what i need to do is to give a link to our application in their portal...
the problem is already a registered user would have logged in to that protal and clicking the link to our application, he /she should be directly taken to respective page, without loggin in again??

Shankar
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Create your own custom db session management script and then you can access that db from virtually anywhere. Note that sometimes if your server computer has a firewall it won't let you. If you want the actual session manging script please send me an e-mail to ticktaku2k@hotmail.com.
Post Reply