On Mon, 3 Jan 2000, Anthony Baxter wrote:
Talking from the point of view of SQLSession, you either call Session with _force_new_session=1, put _force_new_session=1 into the REQUEST, or, if you just want to keep the session ID, but nuke the data, call SESSION.clear(). I'd imagine FSSession would have a similar API - check the code.
Right now a call to "FSSession.clear()" will nuke the data, but for compatibility with Anthony's SQLSession I will add the _force_new_session option. BTW why should someone want to change the Session ID?
Also, using the FSSession product, how does one pass session information between folders?
Timothy, I just checked your set up and everything works fine in my case. No errors when you call FSsession and Session contents can be accessed from any Folder as long as the FSSession is in the acquisition path. Can you give me some more info on the errors you got? Pavlos