[PHP-WIN] Session handling for windows - new sessionid generated everytime I run session_start()

2003-03-05 Thread Hector Lumang
good afternoon, I am new with php and session handling - I am currently working working on a site which requires sessions. However, whenever I execute session_start(), a new session ID is generated. Is this correct/normal? The following is my current setup: Windows XP PHP 4.3.1 MySQ

[PHP-WIN] Session handling

2002-03-20 Thread Alberto. Sartori
Hi guys, this is mine PHP.INI: [Session] ; Handler used to store/retrieve data. session.save_handler = files ; Argument passed to save_handler. In the case of files, this is the path ; where data files are stored. Note: Windows users have to change this ; variable in order to use PHP's session

Re: [PHP-WIN] session handling

2001-03-28 Thread Johannes Janson
Hi, as you can see from the error message apache looks for a dir called /tmp. This is a unix path. You have to change this to a windows path such as c:\temp or what you like. Johannes ""[Inf] F!RE-WALL"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 99sd6d$m6k$[EMAIL PROTECTED]">news:99sd6d$m6k$[E

[PHP-WIN] session handling

2001-03-28 Thread \[Inf\] F!RE-WALL
Every time I want to initiate a session i get this: Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) failed: m (2) in e:\webserver\phptest\page1.php on line 2 Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) failed: m (2) in Unknown on line 0 Warning: Failed to