Accessing session bean from servlet
Hi.
I have a session bean which stores infos about user browsing the site. I also created servlet that handles AJAX requests. Now I'd like to check if user is logged using ajax. How can I access session bean from this servlet? I have a boolean value in that bean indicating whether user is logged. Please describe in details if possible :)
Thanks in advance,
Michal

