> -----Original Message-----
> From: Costas Malamas [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 15, 2002 4:28 AM
> To: [EMAIL PROTECTED]
> Subject: [Webware-discuss] Detecting cookies problem
> 
> 
> 
> I am experiencing this problem with detecting cookies:  when 
> I start a new 
> browser session (i.e. close IE down completely, and start a 
> new fresh one), 
> Webware doesn't seem to be finding its own cookies on my 
> machine.  However, 
> if I reset the cookie, everything's fine.  I am using:
> if self.transaction().request().hasCookie('username'):
>   myuser = self.transaction().request().cookie('username')
> 
> and this is on W2K; I've replicated the problem with IE6 and 
> Mozilla 0.9.5+ 
> (CVS after 0.9.5, before 0.9.6).  Any ideas?
> 
> Thanks,
> 
> Costas

Have you tried the method described here:
http://webware.colorstudy.net/twiki/bin/view/Webware/SettingPermanentCookies
?  It works for me.

--

- Geoff Talvola
  [EMAIL PROTECTED]

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to