On Tuesday 26 October 2004 05:46, Lincoln Han wrote:
> Thank you all for the prompt response, I have spent days trying to
> figure this out before I finally decided it's time to ask the experts.
>
> My Apache is Apache/2.0.48 on Linux and latest version of webware 0.8.1
>
> The site I am having problem is www.unlockcellphone.com
>
> The problem I had was everything was tested by one person at a time,
> not simultaneously. It is when i had another friend testing it
> simultaneously I discovered this session problem. Other than this
> particular problem, the site is working very well.
>
> If you can be kind enough to take a look at part of the cart
> code, I would really appreciate it.
>
>
> I don't have a __init__() function defined in the Cart and if that could be
> a problem
> please let me know.
>
> Regards,
>
> Lincoln
>
>

In addition what Geoff just wrote:
you have for example the line 
sess.setValue('currentCart', self.itemlist)
which sets a link to on instance variable to the session object. The 
'self.itemlist' might be end up in some other 'Page' as well.
Instance attributes might outlive a specific page as they are recycled.

Hope that helps

Stephan



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to