Re: [PHP] Question about sessions

2002-08-02 Thread Jason Wong
On Saturday 03 August 2002 10:19, Varsha Agarwal wrote: > Hi, > I am creating a session for user autentication. As I > read from the help there are two ways for passing > session IDs > -Cookies > -URL parameter. > > By default its passing it through cookies. I don't > want to use any cookies in my

Re: [PHP] Question about sessions

2001-08-13 Thread speedboy
There's a session deletion script based on the last time a session file was written to. You can set the duration a session is allowed to stay on the file system for. http://database.sf.net/ - Down the bottom. On Tue, 14 Aug 2001, Chris Kay wrote: > > I have a mysql/php db/website that uses sess

Re: [PHP] Question about sessions

2001-08-13 Thread Peter Houchin
Chris, I have found that when you get the users to exit propperly they will go by them selves ... also have a look @ the garbage collection in your php.ini file >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe:

Re: [PHP] Question about Sessions

2001-07-05 Thread Jay Paulson
rs in the flash just to pass the session id.. but i will if i have too.. thanks, jay - Original Message - From: <[EMAIL PROTECTED]> To: "PHP users" <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 7:36 PM Subject: Re: [PHP] Question about Sessions > Hi Jay!

Re: [PHP] Question about Sessions

2001-07-05 Thread teo
Hi Jay! On Thu, 05 Jul 2001, Jay Paulson wrote: > Hello everyone-- > > I've got a general question about cookies and sessions. I was wondering if > this is how php handles sessions because this is what I want. Is it > possible to set up php so that the session id is the only thing that is set