Re: [PHP-WIN] Session-trouble bigtime

2002-03-18 Thread Mike Flynn
At 03:58 PM 3/18/2002 +0100, Martin wrote: >Hmm I have registred the Session $Namn >by the following snippet: > ><< File1 >> >session_register("Namn"); >$Namn = "sweden"; >echo"ett litet test med sessioner"; >?> Should there be a session_start() here? You have session.auto_start set to 0 in you

[PHP-WIN] Session-trouble bigtime

2002-03-18 Thread Martin
Hmm I have registred the Session $Namn by the following snippet: << File1 >> And when I goes to: << File2 >> Nothings happening... My Session in php.ini looks like this: [Session] ; Handler used to store/retrieve data. session.save_handler = files ; Argument passed to save_handler. In the