Re: [PHP] session_id() is not passed to the next page

2011-01-04 Thread Daniel Molina Wegener
On Tuesday 04 January 2011, Michelle Konzack wrote: > Hello, Hello... > > I am rewriting currently a login script and I encountered a problem with > sessions. While reading the two pages > > >

Re: [PHP] session_id() is not passed to the next page

2011-01-03 Thread Adam Richardson
On Mon, Jan 3, 2011 at 11:46 PM, Michelle Konzack < linux4miche...@tamay-dogan.net> wrote: > ... >session_register('sess_user'); >session_register('sess_timeout'); >$sess_user= $user; >$sess_timeout = time() + 900; >session_write_close(); >header("Location: " . $redirec

[PHP] session_id() is not passed to the next page

2011-01-03 Thread Michelle Konzack
Hello, I am rewriting currently a login script and I encountered a problem with sessions. While reading the two pages I have not found a solution for my problem: 8<-