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

2011-01-04 Thread Al
On 1/3/2011 11:46 PM, Michelle Konzack wrote: 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 solut

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

2011-01-03 Thread Michelle Konzack
Hello Adam Richardson, Am 2011-01-04 00:14:30, hacktest Du folgendes herunter: > session_register() registers global variables, but you're inside a function. > > Set the session values using this technique instead: > > $_SESSION['sess_timeout'] = time() + 900; Thanks, I have already tried this