Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: More Information on Sessions


Message #1 by "Mark Carruth" <mcarruth@t...> on Tue, 9 Apr 2002 11:26:25 +0100
Server: Apache 1.3.20
OS: Linux rev66.cobalt 2.2.16C28_III
PHP Version: 4.1.2

The key session information:

      Session Support enabled

      Directive Local Value Master Value
      session.auto_start
     Off Off
      session.cache_expire
     180 180
      session.cache_limiter
     nocache nocache
      session.cookie_domain
     no value no value
      session.cookie_lifetime
     0 0
      session.cookie_path
     / /
      session.cookie_secure
     Off Off
      session.entropy_file
     no value no value
      session.entropy_length
     0 0
      session.gc_maxlifetime
     1440 1440
      session.gc_probability
     1 1
      session.name
     PHPSESSID PHPSESSID
      session.referer_check
     no value no value
      session.save_handler
     files files
      session.save_path
     /tmp /tmp
      session.serialize_handler
     php php
      session.use_cookies
     Off Off






----- Original Message -----
From: "Nopphapadol" <nop@p...>
To: "professional php" <pro_php@p...>
Sent: Monday, April 15, 2002 9:20 AM
Subject: [pro_php] Re: More Information on Sessions


> Please give us more information like
> What is your web server ? (Apache, ie.)
> What is your OS ?
> What is your PHP versions ?
> .....
> Nop,
> Thailand.
>
> ----- Original Message -----
> From: "Mark Carruth" <mcarruth@t...>
> To: "professional php" <pro_php@p...>
> Sent: Tuesday, April 09, 2002 5:26 PM
> Subject: [pro_php] More Information on Sessions
>
>
> > I just did another test, and echoed the session_id() on two script,
> > setsession.php and readsession.php and discovered that every time I
> executed
> > the script, it was creating a new session, not continuing with the old
> one.
> > I presume this means we're using sessions without cookies, is that
right?
> >
> > TIA,
> >
> > Mark Carruth
> >
> >
> >
> >
>
>
>



  Return to Index