strange problem. Let me explain :
1 server -> 3 sites
the session.save_path var in php.ini was on /tmp
yesterday - no changes were made - the site1 didn t save session anymore.
the site2 and 3 were ok ! (it was the same code on site 1 and 2).
i modified the htaccess to save sessions in directory /admin/tmp of each site. Progress !!
the site1 saves the session in the right directory but no input in it !
obviously (!), the site2 works fine with this same htaccess and same code.
Someone please help :@
thx in advance