My first assumption would be yes they are domain specific, but it might be 
possible to cross domains if both domains were run from the same web server 
and you were to pass the session id between pages manually rather than it 
being stored in a cookie..

What does everyone else think?

- Jacob

At 02:06 09/19/2002, Robert Cummings wrote:
>Domains are specific, and so you do not get the same sesion variables. 
>here's are
>ways around this, but you need control of the content of both servers.
>
>Cheers,
>Rob.
>
>David Buerer wrote:
> >
> > Are sessions domain specific?
> >
> > What I mean is this.
> >
> > Suppose I have two websites:
> >     secure.web.com
> >     www.web.com <http://www.web.com>
> > and both web sites point to the same set of data.
> >
> > If I looking at web page http://www.web.com/index.html
> > <http://www.web.com/index.html>  and have a set of session variables 
> defined
> > and then I call the page https://secure.web.com/index.html
> > <https://secure.web.com/index.html>  do I still have access to the same
> > session variables?
>
>--
>.-----------------.
>| Robert Cummings |
>:-----------------`----------------------------.
>| Webdeployer - Chief PHP and Java Programmer  |
>:----------------------------------------------:
>| Mail  : mailto:[EMAIL PROTECTED] |
>| Phone : (613) 731-4046 x.109                 |
>:----------------------------------------------:
>| Website : http://www.webmotion.com           |
>| Fax     : (613) 260-9545                     |
>`----------------------------------------------'
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


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

Reply via email to