"do you ever go from "mysite.com" to "www.mysite.com" ? "
no i don't, i don't have absolute links [url]http://.[/url]..
so if i start navigating in www.mysite.com i stay in www.mysite.com
i'm not re-initializing the session array.
session.autostart is On
i tryed also to prnt out the session_id() on pages... it always returns the same value
but after some clicks all session data are reset...but the session_id is always there and have same value
i performed an extended search on $_SESSION in my scripts and there's not any intentional session array reset....
the problem happens on different browsers IE, FFox and webkit...
and it happens on two different servers... the DEv server and the online server
maybe the problem is due to the RewriteRule i have set in .htaccess file?
for the main menu i have some rules like this
RewriteRule section/{0,1}$ /mypath/site/section.php
and also others for permalinks....
but still not sure about this coz I didn't understand when it exactly happens that session array is reset...😕