include"punctuation";

Jeff


> -----Original Message-----
> From: Didier McGillis [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, October 02, 2003 2:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] User authentication
> 
> 
> for those of you who are writing apps and looking at this and 
> you have 
> customers adding things to their session such as a cart or 
> something else 
> and you destroy the session the information that they were 
> keeping in their 
> session would be lost so if you dont want pissed off 
> customers calling 
> saying they lost something after leaving their desk for a few 
> minutes then 
> you want to make sure that the information such as cart or 
> whatever is 
> stored elsewhere and has their user id tied to it.  So when 
> your laying out 
> your site, and your destroying sessions make sure that unless 
> that is the 
> designed intent (such as login information) that your arent 
> destroying 
> something more imporatant like someones shopping cart filling 
> with $3000 
> worth of merch, yes I know with exchange rate thats only 
> worth $.25 to 
> Americans.
> 
> 
> >Yes. session_destroy().
> >
> >--
> >Jason Wong -> Gremlins Associates -> www.gremlins.biz
> >Open Source Software Systems Integrators
> >* Web Design & Hosting * Internet & Intranet Applications 
> Development *
> >------------------------------------------
> >Search the list archives before you post 
> >http://marc.theaimsgroup.com/?l=php-general
> >------------------------------------------
> >/*
> >"How do I love thee?  My accumulator overflows."
> >*/
> >
> >--
> >PHP General Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
> 
> _________________________________________________________________
> Protect your PC - get McAfee.com VirusScan Online  
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to