Hi there.
Well I am well on my way to completing my chat system. I am now at the point of actually trying to integrate it with the rest of my system which uses mostly JSP and servlets.
My question is this:
Right now a user can login through a JSP page to my site where he can enter different parts such as the chat rooms and the message boards and games. I am using a JSP session variable to carry my user information from page to page.
Is there an easy way to access that session variable from inside an applet? Or maybe from the server if I pass the session ID to the applet as a PARAM value and send it to the server from the applet?
Well I am well on my way to completing my chat system. I am now at the point of actually trying to integrate it with the rest of my system which uses mostly JSP and servlets.
My question is this:
Right now a user can login through a JSP page to my site where he can enter different parts such as the chat rooms and the message boards and games. I am using a JSP session variable to carry my user information from page to page.
Is there an easy way to access that session variable from inside an applet? Or maybe from the server if I pass the session ID to the applet as a PARAM value and send it to the server from the applet?