Re: [PHP] Closing Session (Revisited)

2011-05-23 Thread Pete Ford
On 22/05/11 06:46, Roger Riordan wrote: On Thu, 05 May 2011 08:28:53 -0400, sstap...@mnsi.net (Steve Staples) wrote: On Thu, 2011-05-05 at 21:41 +1000, Roger Riordan wrote: I have developed a common engine which I use for several different websites. I had been using PHP 5.2.? and IE6 (yes; I

Re: [PHP] Closing Session (Revisited)

2011-05-21 Thread Roger Riordan
On Thu, 05 May 2011 08:28:53 -0400, sstap...@mnsi.net (Steve Staples) wrote: >On Thu, 2011-05-05 at 21:41 +1000, Roger Riordan wrote: >> >> I have developed a common engine which I use for several different websites. >> I had been >> using PHP 5.2.? and IE6 (yes; I know!), and had been able to h

Re: [PHP] Closing Session (Revisited)

2011-05-05 Thread Steve Staples
On Thu, 2011-05-05 at 21:41 +1000, Roger Riordan wrote: > On Thu, 31 Mar 2011 16:40:06 -0400, eth...@earthlink.net (Ethan Rosenberg) > wrote: > ... > >> > > Can you rephrase the question, Ethan, or give more details? From > >> > >the way it sounds, you're concerned that destroying a session w

Re: [PHP] Closing Session (Revisited)

2011-05-05 Thread Roger Riordan
On Thu, 31 Mar 2011 16:40:06 -0400, eth...@earthlink.net (Ethan Rosenberg) wrote: ... >> > > Can you rephrase the question, Ethan, or give more details? From >> > >the way it sounds, you're concerned that destroying a session will >> > >have implications for other sessions as well, which is n

Re: [PHP] Closing Session - Apache

2011-04-01 Thread Ethan Rosenberg
At 05:04 AM 4/1/2011, Richard Quadling wrote: On 31 March 2011 23:16, Ethan Rosenberg wrote: > >>> > Dan - > > I'm a newbie... > > 1] What should the line in the Apache configuration file be? Just to be > sure, the file is: /etc/apache2/apache2.conf, correct? -- Richard Quadling Twitter : EE

RE: [PHP] Closing Session

2011-04-01 Thread Ford, Mike
> -Original Message- > From: Ethan Rosenberg [mailto:eth...@earthlink.net] > Sent: 31 March 2011 21:40 > I can be working on more than one program simultaneously and have > one > tab open w/ program A and another w/ program B. The site in > reference is "http://localhost"; Do these

Re: [PHP] Closing Session

2011-04-01 Thread Richard Quadling
On 31 March 2011 23:16, Ethan Rosenberg wrote: > >>> >>>        127.0.0.1 localhost development subdomain.development >>> >>>    Don't worry about it being an FQDN.  Prior to checking with the >>> router or DNS servers, all modern systems check the hosts file.  Then >>> just add a reference to ea

Re: [PHP] Closing Session

2011-04-01 Thread Richard Quadling
On 31 March 2011 21:40, Ethan Rosenberg wrote: > At 02:12 PM 3/31/2011, Ashley Sheridan wrote: >> >> On Thu, 2011-03-31 at 13:54 -0400, Ethan Rosenberg wrote: >> >> > At 01:30 PM 3/31/2011, Daniel Brown wrote: >> > >On Thu, Mar 31, 2011 at 13:09, Ethan Rosenberg >> > > wrote: >> > > > Dear List -

Re: [PHP] Closing Session

2011-03-31 Thread Ethan Rosenberg
127.0.0.1 localhost development subdomain.development Don't worry about it being an FQDN. Prior to checking with the router or DNS servers, all modern systems check the hosts file. Then just add a reference to each in your Apache configuration file and restart Apache. Boom. Don

Re: [PHP] Closing Session

2011-03-31 Thread Ethan Rosenberg
At 05:37 PM 3/31/2011, Ethan Rosenberg wrote: At 04:51 PM 3/31/2011, Daniel Brown wrote: On Thu, Mar 31, 2011 at 16:40, Ethan Rosenberg wrote: > > > Ash - > > I can be working on more than one program simultaneously and have one tab > open w/ program A and another w/ program B. The si

Re: [PHP] Closing Session

2011-03-31 Thread Stuart Dallas
On Thursday, 31 March 2011 at 21:53, Ashley Sheridan wrote: On Thu, 2011-03-31 at 16:40 -0400, Ethan Rosenberg wrote: > > > At 02:12 PM 3/31/2011, Ashley Sheridan wrote: > > > On Thu, 2011-03-31 at 13:54 -0400, Ethan Rosenberg wrote: > > > > > > > At 01:30 PM 3/31/2011, Daniel Brown wrote: > > >

Re: [PHP] Closing Session

2011-03-31 Thread Steve Staples
On Thu, 2011-03-31 at 16:51 -0400, Daniel Brown wrote: > On Thu, Mar 31, 2011 at 16:40, Ethan Rosenberg wrote: > > > > > > Ash - > > > > I can be working on more than one program simultaneously and have one tab > > open w/ program A and another w/ program B. The site in reference is > >

Re: [PHP] Closing Session

2011-03-31 Thread Ashley Sheridan
On Thu, 2011-03-31 at 16:40 -0400, Ethan Rosenberg wrote: > At 02:12 PM 3/31/2011, Ashley Sheridan wrote: > >On Thu, 2011-03-31 at 13:54 -0400, Ethan Rosenberg wrote: > > > > > At 01:30 PM 3/31/2011, Daniel Brown wrote: > > > >On Thu, Mar 31, 2011 at 13:09, Ethan Rosenberg > > wrote: > > > > > D

Re: [PHP] Closing Session

2011-03-31 Thread Daniel Brown
On Thu, Mar 31, 2011 at 16:40, Ethan Rosenberg wrote: > > > Ash - > > I can be working on more than one program simultaneously and have one tab > open w/ program A and another w/ program B.  The site in reference is > "http://localhost"; > > I hope this helps. Ah, but running on

Re: [PHP] Closing Session

2011-03-31 Thread Ethan Rosenberg
At 02:12 PM 3/31/2011, Ashley Sheridan wrote: On Thu, 2011-03-31 at 13:54 -0400, Ethan Rosenberg wrote: > At 01:30 PM 3/31/2011, Daniel Brown wrote: > >On Thu, Mar 31, 2011 at 13:09, Ethan Rosenberg wrote: > > > Dear List - > > > > > > Thanks for your help. > > > > > > How do I close a sessio

Re: [PHP] Closing Session

2011-03-31 Thread Daniel Brown
On Thu, Mar 31, 2011 at 13:54, Ethan Rosenberg wrote: > > That is what I have. So now the guessing game begins, I suppose, right? What happened to rephrasing the original question, Ethan? ;-P (And why did you send me a link to your copy of WinZip?) -- Network Infrastructure Mana

Re: [PHP] Closing Session

2011-03-31 Thread Ashley Sheridan
On Thu, 2011-03-31 at 13:54 -0400, Ethan Rosenberg wrote: > At 01:30 PM 3/31/2011, Daniel Brown wrote: > >On Thu, Mar 31, 2011 at 13:09, Ethan Rosenberg wrote: > > > Dear List - > > > > > > Thanks for your help. > > > > > > How do I close a session form the terminal? I need the ability to do thi

Re: [PHP] Closing Session

2011-03-31 Thread Ethan Rosenberg
At 01:30 PM 3/31/2011, Daniel Brown wrote: On Thu, Mar 31, 2011 at 13:09, Ethan Rosenberg wrote: > Dear List - > > Thanks for your help. > > How do I close a session form the terminal? I need the ability to do this > for debugging. I often have more than one session open at the same time, so

Re: [PHP] Closing Session

2011-03-31 Thread Daniel Brown
On Thu, Mar 31, 2011 at 13:09, Ethan Rosenberg wrote: > Dear List - > > Thanks for your help. > > How do I close a session form the terminal?  I need the ability to do this > for debugging.  I often have more than one session open at the same time, so > creating a program with session_start() and

RE: [PHP] Closing Session

2011-03-31 Thread Jay Blanchard
[snip]How do I close a session form the terminal?[/snip] http://php.net/manual/en/function.session-destroy.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php