ca sa iti returneze ceva cred ca scripturile trebuie sa fie pe un server, nu la tine pe comp, ca sa stie ce sa returneze! (iertatati-ma daca am zis cea mai mare prostie din viata mea)
The_beast, ai zis-o.
Calea catre directorul temporar e ok? Ca de obicei, chiar daca ai versiunea de windows, ea e setata catre /tmp/ care evident nu functioneaza. Daca e asa pune-o catre alt director (de ex. c:\winnt\temp). Setarea e in php.ini.
Edit: am presupus ca esti pe windows.
96 percent of Americans believe that Mr. T still pities the fool. Radical dreamer
Nu ar trebui sa fie aceiasi sesiune ca sa poti acesa datele respective??
The session support allows you to register arbitrary numbers of variables to be preserved across requests. When a visitor accesses your site, PHP will check automatically (if session.auto_start is set to 1) or on your request (explicitly through session_start() or implicitly through session_register()) whether a specific session id has been sent with the request. If this is the case, the prior saved environment is recreated.
Printing the SID, like shown below, is not necessary if --enable-trans-sid was used to compile PHP
PHP is capable of transforming links transparently. Unless you are using PHP 4.2 or later, you need to enable it manually when building PHP. Under Unix, pass --enable-trans-sid to configure. If this build option and the run-time option session.use_trans_sid are enabled, relative URIs will be changed to contain the session id automatically.