When i used session_auto_start=1 flag in my php.ini, my site worked OK.
Now i moved it to host (session_auto_start=0, and ,of course, i can not change it). I added session_start() function in my login.php, but sessions do not start.
Any suggestions?
Thanks