Re: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-25 Thread Tamas Arpad
On Monday 24 September 2001 21:23, Thomas Deliduka wrote: > I just tried this here below. Before trying this I changed any > called to $PHPSESSID to session_id(). > > I turned off cookies > Loaded the page... Created session id and file: > sess_44074d3a54862b480c3407c9eb373f77 > Contents: var1|s:8

Re: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-24 Thread Tamas Arpad
On Monday 24 September 2001 18:39, Thomas Deliduka wrote: > On 9/24/2001 12:32 PM this was written: > >> After reloading IE on the PC now the SID constant doesn't > >> echo anything at > >> all. > > > > SID is always defined on the first page request. It is only > > defined on later page requests

Re: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-24 Thread Arpad Tamas
> > Then I will reload the first page again by erasing index2.php and > hitting enter and it will display a new sess id number and show the > first page, as normal but that sessid number is equal t the new > session created on the server and the value of it is: > > var3; var1; var2 > > This is str

RE: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-24 Thread Johnson, Kirk
) . "\n"; Kirk > -Original Message- > From: Thomas Deliduka [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24, 2001 11:19 AM > To: PHP List > Subject: Re: [PHP] Sessions just don't work on my machine. > (Trying this > ag ain) > > > On 9/24/2

RE: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-24 Thread Johnson, Kirk
the way it needs to be done. Kirk > -Original Message- > From: Thomas Deliduka [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24, 2001 11:01 AM > To: PHP List > Subject: Re: [PHP] Sessions just don't work on my machine. > (Trying this > ag ain) > >

Re: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-24 Thread Tamas Arpad
On Monday 24 September 2001 18:51, Thomas Deliduka wrote: > I'm finding my script on www.fromtheduke.com/session/ still doesn't > work even with the in the link or passing it along in the > form. Please send us your latest code again, then we can help you, not just guessing what you've might don

RE: [PHP] Sessions just don't work on my machine. (Trying this ag ain)

2001-09-24 Thread Johnson, Kirk
Try these changes: session.cookie_lifetime = 0 session.use_trans_sid = 1 Also, what version of PHP are you using? > My php.ini: > > [Session] > session.save_handler = files > session.save_path = /tmp > > session.use_cookies = 1 > session.name = PHPSESSID