James's answer is likely what you are looking for. As there are many
different ways to maintain sessions, you're going to get many different
answers.
However, the default behavior for PHP sessions is to assign the unique
identifier to a cookie. If this cookie has a domain of .web.com (see
Jam
Have a look at this php.ini setting, I think it will help you!
; The domain for which the cookie is valid.
session.cookie_domain =
James
-Original Message-
From: David Buerer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 1:39 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP]
t;[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 8:16 PM
Subject: Re: [PHP] Sessions /Cross Domain
> Sascha Braun wrote:
> >
> > Yeah,
> >
> > I believe so, but you could reinitialize them when you jump to the other
> > webserver, or you use one
> >
databases
(Server1 & Server2)
Am I wrong are would this work out?
Sascha
- Original Message -
From: "David Buerer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 7:48 PM
Subject: RE: [PHP] Sessions /Cross Domain
> I do have co
Sascha Braun wrote:
>
> Yeah,
>
> I believe so, but you could reinitialize them when you jump to the other
> webserver, or you use one
> mysql database for sessionmanagement for both webservers.
Not exactly true, since if they jump to another server, you can make the
assumption they have a sess
EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 11:06 AM
To: David Buerer
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP] Sessions /Cross Domain
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 s
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
A
Yeah,
I believe so, but you could reinitialize them when you jump to the other
webserver, or you use one
mysql database for sessionmanagement for both webservers.
Ciao
Sascha
- Original Message -
From: "David Buerer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, Septemb
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.we
9 matches
Mail list logo