Re: Apache being mean to sessions?
[email protected] ("Roel S.F. Abspoel") Wed, 5 Mar 2003 18:01:32 +0100
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
Argh... Enable transparent session id propagation. RTFM Right? Ok.. how can i deal with this the best way? can i override this session id and stick to my cookies or do i have to obey them? Roel. "Roel S.F. Abspoel" <[email protected]> schreef in bericht news:[email protected]... > Hi, i have a php script with multiple pages and sessions. To control the > sessions i use a Cookie instead of passing it on in the URL. This works > prefectly on my own NT site. The same script hosted on an Apache 1.2.26 with > PHP 4.2.2 forces the PHPSESSID into my url wich screws up the session > handling. > > Why is apache forcing the session id into the url? > Is this the configuration of the session handling? and if so what part? > > Thanks for any info! > > Roel > >