session and
am 30.07.2007 11:51:23 von severin
Hi all,
I encounter the following problem:
A session (admin), set on mydomain.com is keeped when i go to
"s1.mydomain.com", and vise versa.
I don't want to keep the same session on a domain and is subdomains.
( linux gentoo). Can i solve the problem with a different apache
(httpd.conf) configuration?
Or does it concern php.ini??
thx.
Re: session and
am 01.08.2007 13:43:09 von shimmyshack
On Jul 30, 10:51 am, S=E9verin Richard wrote:
> Hi all,
>
> I encounter the following problem:
>
> A session (admin), set on mydomain.com is keeped when i go to
> "s1.mydomain.com", and vise versa.
>
> I don't want to keep the same session on a domain and is subdomains.
>
> ( linux gentoo). Can i solve the problem with a different apache
> (httpd.conf) configuration?
> Or does it concern php.ini??
>
> thx.
you have to set the session using the particular fully qualified
domain you need
suchandsuch.example.com
or
suchandsuch2.example.com
rather than just
example.com