Re: sessions problems

2001-05-31 Thread Adrian D'Costa
t; <[EMAIL PROTECTED]> > To: "php general list" <[EMAIL PROTECTED]> > Cc: "Mysql Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, May 30, 2001 10:22 PM > Subject: sessions problems > > > > Hi, > > > > I am trying to

Re: sessions problems

2001-05-30 Thread g_gosho
List" <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 10:22 PM Subject: sessions problems > Hi, > > I am trying to use session instead of cookies as my targeted customers are > either behind a firewall or disable cookies. > > My system > php 4.0.1pl2 > rh 7.0

sessions problems

2001-05-30 Thread Adrian D'Costa
Hi, I am trying to use session instead of cookies as my targeted customers are either behind a firewall or disable cookies. My system php 4.0.1pl2 rh 7.0 What would be the best way to use a session. I a database to store the session id and then delete it on exit or expiry. I hope someone can