Problem with SESSION
Hi, 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, with IE everything goes ok, it mean new Internet Exporer new SESSION Object, I make Portal for 200 Users and for each User at logging to Portal I should to save information about user, Is something better than SESSION Object to keep date about user and then to delete it after logout, maybe someone help me, thanks for help, regards, Adam
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
participants (2)
-
Chris McDonough -
hawelek_tlen