|
Posted by Rik on 03/06/07 19:51
mrbog <dterrors@hotmail.com> wrote:
> On Mar 6, 12:34 am, Rik <luiheidsgoe...@hotmail.com> wrote:
>> mrbog <dterr...@hotmail.com> wrote:
>> > It's not saving to a database, it's creating a session file.
>>
>> Then check why you cannot create the file.
>>
>> > And as stated in my question there is no "hoster", it's my lan serv=
er,
>> > and I'm the only one that touches it.
>>
>> Then it should be absolutely no trouble te check what logic you're us=
ing
>> to save sessions. Don't leave us guessing, check the code. =
>> Troubleshooting
>> without the code and a single incomplete error-message is not possibl=
e =
>> for
>> us.
>
> What code??
>
> session_start()
session.save_handler =3D user means there's another handler then the def=
ault =
files handler busy with maintaining sessions. The save handler that =
actually does the work has code. That's the code that fails. That's the =
=
code we don't know.
If you don't know what code does the handling, I seriously urge you to =
take better care in putting up just anything on your lan server, and do =
a =
server wide search in all files for the text 'session_set_save_handler'.=
If there's no other session handler, setting session.save_handler to =
anything other then files is just moronic.
-- =
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
[Back to original message]
|