>
> I have an index page that calls two frames (left and main) on my web
site.
> If i call the index page (from main), all work greatly, the session is
> correctly.
> If i call a new page from the left page, it appears the system creates a
> new session and doesn't remember the previous session.
> Why is this?
Where do you start the session? The scenario does seem odd. I would start
the session in the top page; the one that creates the frameset.
Take care,
Nik
The session starts in in the index page (the page that call the frames,
left and main). If i call (from left menu) another page, i obtain 2
session file, and, if i read these file, the older contain the correct
value, the newer is blank.
thanx
Marcello