|
Posted by Dan Rossi on 10/21/01 11:28
:| The php compile error was the subject thats what keeps being
triggered and i get emails from my system about. Session object
destruction failed. I have googled about this yes it was something to
do with the session_set_cookie after session destroy which triggers
this but no fix.
On 05/10/2005, at 5:14 PM, gustav@varupiraten.se wrote:
>> hi there, i had asked this one a while ago but no replies. I am having
>> this issue calling session_destroy on a non cookie session before
>> creating a cookie based one. Here is the code
>>
>> @session_destroy();
>> ini_set('session.use_cookies', 1);
>> session_name('thename');
>> session_cache_limiter('no_cache');
>> session_cache_expire(172800);
>> session_set_cookie_params (172800, '/', 'thedomain',0);
>> session_start();
>> ini_set('session.gc_maxlifetime',172800);
>>
>>
>> lemme know thanks
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
> Hi there!
>
> What is the question / problem?
>
> /G
>
[Back to original message]
|