Hi all.
Can a standalone class access the session somehow? Basically, I want to call a utility class which isn't a
servlet. I want this class to return the value of a session attribute.
The utility class is going to be called by Ajax via DWR, so I won't be able to pass in the session object as an argument. So the utility class will look something like this:
Can this be done, or are there any suggestions on an alternative? Ultimately I need my javascript to be able to access a session variable.
Many thanks.