[PHP] Question about sessions: how to force expiry

2002-08-22 Thread DonPro
Hi, I am using a session variable to create an area where customers can access certain pages via login/password. If they successfully login, I create a session variable and initialize it with their logon username. I also have a logout button which unregisters the session variables and issues a

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

[PHP] Question about sessions

2002-08-02 Thread Varsha Agarwal
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 program. Can anyone tell me how to go for the other way? i.e. through UR

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
<mailto:[EMAIL PROTECTED]> >list-post: <mailto:[EMAIL PROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >X-Sender: [EMAIL PROTECTED] >Date: Tue, 14 Aug 2001 10:11:22 +1000 >To: [EMAIL PROTECTED] >From: Chris Kay <[EMAIL PROTECTED]> >Mime-Version: 1.0 >

[PHP] Question about sessions

2001-08-13 Thread Chris Kay
I have a mysql/php db/website that uses session, (i am new to sessions). My question is that the session works and all but i notice that it writes alot of sess_*** files in the /tmp directory. Do i need to purge these weekly so it wont use tooo much room or are these spose to delet

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

[PHP] Question about Sessions

2001-07-05 Thread Jay Paulson
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 in the cookie and then all the session data is either pushe