From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: woensdag 12 januari 2005 9:47To: eLink RecipientSubject: Is there a session object? Is there a session object? Posted by ap_stavzeti (Zeti, Stavroula) on 01/12/2005 03:43 AM Hello all!I believe that in most web programming platforms there is a session object which can carry information specific to a user for as long as the user is in the website. At least JSP and PHP have one such object. Is there something equivalent to this in Livelink SDK? Any help would be greatly appreciated. Thanks in advance!Ys
From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: woensdag 12 januari 2005 14:38To: eLink RecipientSubject: That's what I thought... That's what I thought... Posted by ap_stavzeti (Zeti, Stavroula) on 01/12/2005 08:37 AM In reply to: RE Is there a session object? Posted by hstoop (Stoop, Hans) on 01/12/2005 04:49 AM Hello HansFirst of all, thank you for answering. I have the following comments:First, sometimes it is impossible to pass things with request. If I want to pass some data from a web lingo to a handler, I can only use the html fields, which can't hold complex values such as RecArrays, etc. So passing things arround is not a very good idea.On the other hand the caching is what I have been using so far. However the problem is that the LLChache table is never cleared automaicaly, so there must be a systematic way of erasing the temp data. I havent found a way yet. I still need a way of storing the cacheIDs of the entries that are to be deleted.I'm not entirely sure I'm correct Hans, but I disagree with you. Livelink SHOULD have an alternative to session objects. ASP ans JSP, and probably PHP as well have been used by many huge sites to support large user communities and they have no problem with session objects. It is my opinion that this is just another Livelink architectural problem. But, I'd be very interested to hear your side.YoursYs