[Zope-DB] Problem with SESSION

hawelek_tlen hawelek at tlen.pl
Tue Jun 8 18:17:08 EDT 2004


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope-db/attachments/20040609/24d26ec9/attachment-0001.html


More information about the Zope-DB mailing list