Hi everybody. My script is made up of several files with the intent of
creating
an agenda.
I have the need to share variables between the script files and therefore
I'm
using sessions, calling session_start() in every file that needs it.
Everything works fine, if not for the fact that -completely randomly- the
session
and all its variables is at some point lost.
I just don't understand what actually causes the problem, since it arises in
a
very random way. I also tried to propagate the SID in the explicit way but
with
no results.
I'm using IE6 and PHP versio 4.2.0
Any help is appreciated.
Thanx in advanced.
Simone