[PHP] Re: Session help please?

2004-04-02 Thread Justin Patrin
Paul wrote: Probably a stupid question. I figured I could do something like $_SESSION['test'] = 5 and refer to $test on other pages however I cannot. The reason I thought I could do this is because I can do $_SESSION['test'] = $_POST['test'] and be able to refer to just $test on other pages. Is t

[PHP] Re: session help

2003-03-01 Thread Niels Andersen
> i am having a terrible time killing the session > someone please please help me... This one works for me: session_start(); $_SESSION = array(); session_destroy(); But I am surprised that there is no single command to kill the session. The semantics of "session_destroy()" suggest that it do

[PHP] Re: Session help

2001-11-14 Thread Johan Holst Nielsen
> Start at index.html. It goes to postcard.php. When I click on submit in > postcard.php, if I change any of the values in the form, the session > values received in send_mail.php do not change. Anyone have an idea what > I have done wrong now? > Try to make a session_unregister(), and make sess