Posted by Jerry Stuckle on 10/09/95 11:27
littlefire wrote:
>
> The two major causes of session failure:
> 1. The two pages don't reside on the same domain
> 2. One of the two pages does not call session_start() - this needs to be
> done on every single page where a session var is used
>
> :)
Those are two major causes. I wouldn't say they are THE two major causes.
For instance - calling session_start() after some output has been
written. Not having write access to the temporary directory. Incorrect
session values in the php.ini file. And several more common errors.
The problem is - which is it?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|