|
Posted by Jerry Stuckle on 06/15/81 12:00
Kurda Yon wrote:
>> Are you using session_register() or similar functions in your code?
>>
> Yes I use the "session_register()". I do not know which part of the
> code should I send. It is huge and I have no idea where the problem
> starts.
>
Start by getting rid of deprecated functions such as session_register.
Just use the $_SESSION array.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|