- From: Les Stockton <stockton@wilcom.net>
- Date: Wed, 4 Dec 1996 09:13:20 -0600
- To: "'Jigsaw Mailing List'" <www-jigsaw@w3.org>
I'd like to be able to extend Jigsaw, so that I can create a session (Thread), and keep the context. By this, I mean to simulate a login, session, and logout. The logout would tell the thread to end itself on the server side. Currently, I'm doing this with an old httpd server, by having a server side application that waits on a socket that is opened by a Java applet on the client side, and the applet maintains the socket connection, and hence, the session. It would be cool to be able to do this same thing with Jigsaw, and not have the server-side application, except for the server-side app to be an extension to Jigsaw. I hope I've explained my question, but if not, I will be more specific for anyone who thinks they have a solution. I'd preferably like to see sample code from someone who's actually done this, or similar.
Received on Wednesday, 4 December 1996 10:16:04 UTC