[PHP] Why no one helps?

2001-11-10 Thread Christian Dechery

Why doesn't anyone say something about my messages probelms with sessions 
and SSI?

Is it such a lame question???

_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Why no one helps?

2001-11-10 Thread Kurt Lieber

On Saturday 10 November 2001 08:42 am, Christian Dechery wrote:
 Why doesn't anyone say something about my messages probelms with sessions
 and SSI?

This list gets 2000 - 3000 messages per month and you find it surprising that 
not all messages get a response?  

My suggestion regarding SSI and PHP is to not use SSI.  Use include() or 
require() instead and keep it an all-PHP affair.

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Why no one helps?

2001-11-10 Thread Christian Dechery

At 10:33 10/11/01 -0800, you wrote:
On Saturday 10 November 2001 08:42 am, Christian Dechery wrote:
  Why doesn't anyone say something about my messages probelms with sessions
  and SSI?

This list gets 2000 - 3000 messages per month and you find it surprising that
not all messages get a response?

My suggestion regarding SSI and PHP is to not use SSI.  Use include() or
require() instead and keep it an all-PHP affair.

but I'm trying to build a system that can be used without the need of PHP.
The person could include the PHP from another server in a HTML file... or 
even in the same server but without having to switch all the files from 
.html to .php just to install my system.

_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Why no one helps?

2001-11-10 Thread Rasmus Lerdorf

Perhaps because you keep asking non-PHP related questions on the PHP 
lists.  I see a bunch of questions about Apache and .htaccess from you 
which you yourself admitted has nothing to do with PHP.  So, yes, your 
history of lame questions work against you.

But to answer your question, it is very likely your session id will get 
lost through an SSI include virtual.  Probably no way to fix that 
depending on how you are doing things.  Generally using SSI at all is a 
bad idea.  SSI will have to be turned on and that is just as much a hassle 
as turning on PHP these days.

-Rasmus

On Sat, 10 Nov 2001, Christian Dechery wrote:

 Why doesn't anyone say something about my messages probelms with sessions 
 and SSI?
 
 Is it such a lame question???
 
 _
 . Christian Dechery
 . . Gaita-L Owner / Web Developer
 . . http://www.webstyle.com.br
 . . http://www.tanamesa.com.br
 
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]