Hello there!
Thank you people for such a great product like Axis.
I'm interested in how can manage Sessions in my service:
I've tried like this:


public Document getUpdatesList(String branch, String version, Element
pluginsList) {
                
                
                SimpleSession session = new SimpleSession();
                session.set("user", "qqq");
                return null;
                        
        }


But nothing happens as i can see in TCPMon.
Can anyone post a code sample whith working SimpleSession
or AxisHttpSession.
Sorry, i'm new to Java 8-)



-- 
Timofey Korolyov <[EMAIL PROTECTED]>
Linux-Online.Ru

Reply via email to