i finally got the solution , here is it
we'll use c: to save sessions files
1- open apache/php/php.ini
2- search for " session.save_path= /tmp "
3- replace "/tmp" with "c:/tmp"
4- create these folders( tmp , sessiondata , uploadtemp) on the c:
thats all , i think it will work corectly.