Re: [PHP] Single Session for different websites

2003-11-17 Thread Manisha Sathe
thanks for your soln, I searched the web, and got some readymade soln files
too, I have one question regarding this,

if my php.ini is giving me 'session.save_handler' as 'files'  and as server
is a shared server so i may not be able to change it, so what can we do to
resolve this ?

manisha

"Burhan Khalid" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Manisha Sathe wrote:
>
> > I hv physically one single server, but with different websites on it
> >
> > like www.aaa.com / www.bbb.com / www.ccc.com
> >
> > Now the problem is about session. What I want is login page at
www.aaa.com
> > only but session  is accessible from www.bbb.com and www.ccc.com
> >
> > can it be possible, if yes how ? if no any other work around ?
>
> You can store the session information in a database that can be read
> from all three websites.
>
> --
> Burhan Khalid
> phplist[at]meidomus[dot]com
> http://www.meidomus.com
> ---
> "Documentation is like sex: when it is good,
>   it is very, very good; and when it is bad,
>   it is better than nothing."

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



Re: [PHP] Single Session for different websites

2003-11-17 Thread Burhan Khalid
Manisha Sathe wrote:

I hv physically one single server, but with different websites on it

like www.aaa.com / www.bbb.com / www.ccc.com

Now the problem is about session. What I want is login page at www.aaa.com
only but session  is accessible from www.bbb.com and www.ccc.com
can it be possible, if yes how ? if no any other work around ?
You can store the session information in a database that can be read 
from all three websites.

--
Burhan Khalid
phplist[at]meidomus[dot]com
http://www.meidomus.com
---
"Documentation is like sex: when it is good,
 it is very, very good; and when it is bad,
 it is better than nothing."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Single Session for different websites

2003-11-17 Thread Manisha Sathe
I hv physically one single server, but with different websites on it

like www.aaa.com / www.bbb.com / www.ccc.com

Now the problem is about session. What I want is login page at www.aaa.com
only but session  is accessible from www.bbb.com and www.ccc.com

can it be possible, if yes how ? if no any other work around ?

Thanks in advance
manisha

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