Re: [PHP] My system don't store session data, anybody can help me!!

2001-02-26 Thread Christian Reiniger
On Monday 26 February 2001 10:26, Securez wrote: > session_start(); > > if( !isset( $c)) { > session_register("c"); > $c = 1; > } > > echo $c . ""; > > ?> > reload > > this example that works fine in other system with the same > configuration, don't work in my machine, everytime he say 1

RE: [PHP] My system don't store session data, anybody can help me!!

2001-02-26 Thread Securez
This is a correction: I create a new dir /usr/local/tmp with this perms: rwxrwxrwtrootroot and change the dir for store session data to /usr/local/tmp and works, but in certain situation the some data aren't sotored, :(. in /tmp don't store data why?? I set loogin to a file if i set t