On Tue, 2004-06-08 at 18:17, hawelek_tlen wrote:
Hi,
Hi, please don't post to the list in HTML (especially in small fonts, I'm getting old but I'm too vain for bifocals ;-)
I have Problem with REQUEST.SESSION, I habe Mozilla and Internet Explorer, I run easy DTMLMethod in Mozilla, which sets REQUEST.SESSION:
<dtml-if "REQUEST.SESSION.has_key('foo')"> This will be printed. <dtml-var "REQUEST.SESSION.get('foo')"> <dtml-var "REQUEST.SESSION.get('czas')"> <dtml-else> <dtml-call "REQUEST.SESSION.set('foo', 'bar')"> <dtml-call "REQUEST.SESSION.set('czas',ZopeTime())"> </dtml-if> An essentially arbtrary
Then I run other Mozilla with the same DTMLMethod and REQUEST.SESSION is already sets, but it shouldn't be sets, so I suppose it depend on Mozilla,
You need to use Mozilla profiles to set up another profile. All Mozilla windows share the same cookies by default under the same profile. - C