Re: Session Management
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Session Management

From: R. Rajesh Jeba Anbiah <ng4rrjanbiah@rediffmail.com>
Date: Sun Oct 02 2005 - 18:22:37 CEST

Jay wrote:
> Hello,
> Is it possible to have session management differentiate within
> browsers on one pc? For example, if you have two browsers on the same
> shopping site, and one browser adds to the cart, the other browser
> should still show an empty cart. I don't know if this is possible,
> since I have done testing on amazon.com, and have seen that when I add
> an item to the cart on one browser, then open a 2nd browser window, go
> to amazon.com, the cart will contain the item I added from the 1st
> browser window. Any ideas?

   FWIW, amazon.com and other sites uses DB. So, the history and etc
are not actually stored in session, but stored in DB as user data.

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/
Received on Tue Oct 18 02:30:31 2005