• java global session variable?
    2 replies, posted
Is it possible, and if so how do you do it? Essentially what i want to do is be able to globally modify and retrieve variables per session...
I think a memory mapped file (virtual memory stored on a normal file on the harddisk) might be the tool that does what you're looking for. [url]http://download.oracle.com/javase/7/docs/api/java/nio/channels/FileChannel.html[/url]
that appears to be my only option... thanks
Sorry, you need to Log In to post a reply to this thread.