RE: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-28 Thread Ford, Mike [LSS]
-Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: 26 July 2003 21:16 Hey John, I dont think its the browser because I have tried this with opera 6,opera 7, IE and NN with the same results... But when i checked the phpinfo() it says that cookies are enabledDo

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Marek Kilimajer
You have cookies disabled and session.use_trans_sid is enabled in php.ini. So the session module parses your html output and adds PHPSESSID to all internal links, forms and everything else that is needed. However it does not add session id to Location header, it is your responsibility. Use

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Ryan A
Hey, Thanks for replying. I know you can manipulate the php.ini file via htaccess or by putting some instructions in the include file...is there any way to turn on cookies again and turn off session.use_trans_sid so i can go back to the old way it was? because I have a lot of

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread John W. Holmes
Ryan A wrote: I know you can manipulate the php.ini file via htaccess or by putting some instructions in the include file...is there any way to turn on cookies again and turn off session.use_trans_sid so i can go back to the old way it was? because I have a lot of header(location:) statements

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Ryan A
- Original Message - From: John W. Holmes [EMAIL PROTECTED] To: Ryan A [EMAIL PROTECTED] Cc: Marek Kilimajer [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 26, 2003 9:15 PM Subject: Re: [PHP] Half solved...what the @#%# is PHPSESSID? Ryan A wrote: I know you can

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread Jim Lucas
26, 2003 1:16 PM Subject: Re: [PHP] Half solved...what the @#%# is PHPSESSID? Hey John, I dont think its the browser because I have tried this with opera 6,opera 7, IE and NN with the same results... But when i checked the phpinfo() it says that cookies are enabledDo you think

Re: [PHP] Half solved...............what the @#%# is PHPSESSID?

2003-07-26 Thread John W. Holmes
Ryan A wrote: Hey John, I dont think its the browser because I have tried this with opera 6,opera 7, IE and NN with the same results... But when i checked the phpinfo() it says that cookies are enabledDo you think its worth it to search and replace each Location header with .SID? Well, if SID